Skip to content

Commit

Permalink
[#25] Current process
Browse files Browse the repository at this point in the history
Fixed some issues
  • Loading branch information
Danielxs01 committed Nov 17, 2021
1 parent de6bda9 commit bd55910
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ universalmodcore {
modName = 'LandOfSignals'
modId = 'landofsignals'
modVersion = version
umcVersion = '0.1.3'
umcVersion = '1.1.3'
}

task('umcIntegration') {
Expand Down Expand Up @@ -50,7 +50,3 @@ task('showBuildInfo') {
System.out.println("https://teamopenindustry.cc/maven/cam72cam/universalmodcore/UniversalModCore/${umcVersionString}/UniversalModCore-${umcVersionString}.jar")
}
}

repositories {
mavenCentral()
}

0 comments on commit bd55910

Please sign in to comment.