Skip to content

Commit

Permalink
finish !
Browse files Browse the repository at this point in the history
  • Loading branch information
Dams4K committed Jul 17, 2023
1 parent c1238c2 commit 5638796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.12.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'maven-publish'

group = "fr.dams4k.cpsdisplay"
version = "mc1.12.2-${mod_version}"
archivesBaseName = "cpsdisplay-mc1.12.2"
archivesBaseName = "cpsdisplay"

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip

0 comments on commit 5638796

Please sign in to comment.