Skip to content

Commit

Permalink
Jitpain
Browse files Browse the repository at this point in the history
  • Loading branch information
Redstonneur1256 committed May 12, 2023
1 parent 79779eb commit 7cdce70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ plugins {

dependencies {
compileOnly project(':Mod')
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
}
sourceSets.main.resources.srcDirs = ['res/']
2 changes: 1 addition & 1 deletion Launcher/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"

api project(':Common')
api "org.spongepowered:mixin:$spongeMixinVersion"
Expand Down
2 changes: 1 addition & 1 deletion Mod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compileOnlyApi project(':Launcher')

compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
}

tasks.register('packJar', Jar) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotationsVersion=24.0.0
mindustryVersion=v142
mindustryVersion=v144
spongeMixinVersion=0.8.5
asmVersion=9.2
gsonVersion=2.10.1
Expand Down

0 comments on commit 7cdce70

Please sign in to comment.