Skip to content

Commit

Permalink
Update mappings
Browse files Browse the repository at this point in the history
The main reason I did this was to test the new setupDecompWorkspace for
FG 3 (see Pokechu22/ForgeGradle-extensions@58c4dbe).  It works!  Note
that it is disabled for 1.14.0 due to the recompile issue, and that
regenEclipse or similar is still needed after using it.
  • Loading branch information
Pokechu22 committed Jul 26, 2019
1 parent fc65b69 commit 2d123e2
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion 1.09.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ minecraft {
// 1.9 actually does work with FG 2.2, but it'll claim it doesn't
suppressVersionTest = true
version = "1.9"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.09.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ minecraft {
// 1.9 actually does work with FG 2.2, but it'll claim it doesn't
suppressVersionTest = true
version = "1.9"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.09.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ minecraft {
// 1.9.2 actually does work with FG 2.2, but it'll claim it doesn't
suppressVersionTest = true
version = "1.9.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.09.4-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.9.4"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.09.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.9.4"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.10.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.10"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.10.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.10"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.10.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.10.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.11.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.11"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.11.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.11"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.11.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.11.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.12.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.12"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.12.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.12"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.12.1"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.12.1"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.12.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

minecraft {
version = "1.12.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.12.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.13.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.13"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.13.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.13.1"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
2 changes: 1 addition & 1 deletion 1.13.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.13.2"
mappings = "snapshot_20190725"
mappings = "snapshot_20190726"
runDir = "run"

// We don't currently want a source jar (doesn't work well for base edits, and the version info doesn't work yet)
Expand Down
4 changes: 3 additions & 1 deletion 1.14.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ apply plugin: 'pokechu22.test.begradle'
apply plugin: 'pokechu22.test.langrenamer'
//apply plugin: 'pokechu22.test.noinplacereobf'

setupDecompWorkspace.enabled = false // XXX Recompile fails in 1.14.0

dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
Expand All @@ -47,7 +49,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20190725-1.14.3'
mappings channel: 'snapshot', version: '20190726-1.14.3'
runs {
client {
workingDirectory project.file('run')
Expand Down
2 changes: 1 addition & 1 deletion 1.14.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20190725-1.14.3'
mappings channel: 'snapshot', version: '20190726-1.14.3'
runs {
client {
workingDirectory project.file('run')
Expand Down
2 changes: 1 addition & 1 deletion 1.14.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20190725-1.14.3'
mappings channel: 'snapshot', version: '20190726-1.14.3'
runs {
client {
workingDirectory project.file('run')
Expand Down
2 changes: 1 addition & 1 deletion 1.14.3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20190725-1.14.3'
mappings channel: 'snapshot', version: '20190726-1.14.3'
runs {
client {
workingDirectory project.file('run')
Expand Down
2 changes: 1 addition & 1 deletion 1.14.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20190725-1.14.3'
mappings channel: 'snapshot', version: '20190726-1.14.3'
runs {
client {
workingDirectory project.file('run')
Expand Down

0 comments on commit 2d123e2

Please sign in to comment.