Skip to content

Commit

Permalink
Merge pull request #31 from SourceWriters/development
Browse files Browse the repository at this point in the history
Update pom.xml's and README
  • Loading branch information
YellowPhoenix18 authored Jan 20, 2022
2 parents dabe338 + 3349ee0 commit b695f0f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ dependencies {
}
```

Please use the [vCompat Updater](https://github.com/SourceWriters/vCompatUpdater) to use vCompat in your projects!
An example implementation can be found [here](https://github.com/SourceWriters/vCompatExample)

<!-- USAGE EXAMPLES -->
## Usage

Expand Down Expand Up @@ -180,4 +177,4 @@ Project Link: [https://github.com/SourceWriters/vCompat](https://github.com/Sour
[issues-shield]: https://img.shields.io/github/issues/SourceWriters/vCompat.svg?style=flat-square
[issues-url]: https://github.com/SourceWriters/vCompat/issues
[license-shield]: https://img.shields.io/github/license/SourceWriters/vCompat.svg?style=flat-square
[license-url]: https://github.com/SourceWriters/vCompat/blob/master/LICENSE
[license-url]: https://github.com/SourceWriters/vCompat/blob/master/LICENSE
2 changes: 2 additions & 0 deletions vcompat-1_17_R1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.apt_generated/
/.apt_generated_tests/
1 change: 1 addition & 0 deletions vcompat-1_18_R1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.apt_generated/
3 changes: 2 additions & 1 deletion vcompat-api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
*/.gitlab-ci.yml
*/test/
*/dependency-reduced-pom.xml
*.class
*.class
/.apt_generated/
3 changes: 2 additions & 1 deletion vcompat-core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
*/.gitlab-ci.yml
*/test/
*/dependency-reduced-pom.xml
*.class
*.class
/.apt_generated_tests/
3 changes: 2 additions & 1 deletion vcompat-legacy/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
*/test/
*/dependency-reduced-pom.xml
*.class
*.jar
*.jar
/.apt_generated/

0 comments on commit b695f0f

Please sign in to comment.