Skip to content

Commit

Permalink
Ospackage version downgraded due to Gradle 6 incompatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Oct 11, 2021
1 parent fdce615 commit 5e1b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "edu.sc.seis:macAppBundle:2.3.0"
classpath "com.netflix.nebula:gradle-ospackage-plugin:9.0.0"
classpath "com.netflix.nebula:gradle-ospackage-plugin:8.4.1" //TODO Change to 9.0.0 when gradle is updated 7.0+
classpath "com.badlogicgames.gdx:gdx-jnigen-gradle:$jnigenVersion"
}
}
Expand Down

0 comments on commit 5e1b97a

Please sign in to comment.