Skip to content

Commit

Permalink
Make mcdev annotations non-transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Nov 24, 2020
1 parent af1128d commit 05d5036
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ allprojects {
testImplementation "org.junit.jupiter:junit-jupiter-api:5.5.0-M1"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.5.0-M1"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
api "com.demonwav.mcdev:annotations:1.0"
api "org.jetbrains:annotations:19.0.0"
compileOnly "com.demonwav.mcdev:annotations:1.0"
compileOnly "org.jetbrains:annotations:19.0.0"
}

processResources {
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
------------------------------------------------------
Version 2.7.9
------------------------------------------------------
- Mcdev annotations are no longer a transitive dependency

------------------------------------------------------
Version 2.7.8
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ loader_version=0.10.6+build.214
fabric_api_version=0.25.1+build.416-1.16

#Publishing
mod_version = 2.7.8
mod_version = 2.7.9
curseforge_id = 318449
curseforge_versions = 1.16.2; 1.16.3; 1.16.4
changelog_url = https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/changelog.md
Expand Down

0 comments on commit 05d5036

Please sign in to comment.