Skip to content

Commit

Permalink
Update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jriwanek committed Aug 17, 2018
1 parent bea7b07 commit c2d0050
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.0.9'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.1'
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.0.11'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2'
}
}

Expand All @@ -45,7 +45,6 @@ if (System.getenv().BUILD_NUMBER) {
version += '.' + System.getenv().BUILD_NUMBER
}
group = 'com.mcmoddev'
archivesBaseName = 'AdditionalLootTables'
sourceCompatibility = targetCompatibility = '1.8'

class Secrets {
Expand Down Expand Up @@ -75,7 +74,7 @@ if (secretFile.exists()) {
minecraft {
version = '1.12.2-14.23.4.2705'
runDir = 'run'
mappings = 'snapshot_20180716'
mappings = 'stable_39'

replace '@FINGERPRINT@', project.findProperty('signSHA1')
}
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
archivesBaseName = 'AdditionalLootTables'

mc_version=1.12
top_mc_version=1.1x
ccl_version=3.1.2.+
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rootProject.name = archivesBaseName
enableFeaturePreview('STABLE_PUBLISHING')

0 comments on commit c2d0050

Please sign in to comment.