Skip to content

Commit

Permalink
Switch to 20200901 mappings
Browse files Browse the repository at this point in the history
20200902 mappings have an extra parameter in them that has a $ in its name, which seems to be breaking ForgeGradle.
  • Loading branch information
Pokechu22 committed Sep 2, 2020
1 parent a302f09 commit febaa91
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 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 @@ -59,7 +59,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_20200902"
mappings = "snapshot_20200901"
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 @@ -54,7 +54,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_20200902"
mappings = "snapshot_20200901"
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 @@ -54,7 +54,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_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.9.4"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.9.4"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.10"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.10"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.10.2"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.10.2"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.11"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.11"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.11.2"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.11.2"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.12"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.12"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.12.1"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.12.1"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ dependencies {

minecraft {
version = "1.12.2"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -46,7 +46,7 @@ dependencies {
minecraft {
suppressMappingVersionWarnings = true
version = "1.12.2"
mappings = "snapshot_20200902"
mappings = "snapshot_20200901"
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 @@ -51,7 +51,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
runs {
client {
workingDirectory project.file('run')
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 @@ -51,7 +51,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
runs {
client {
workingDirectory project.file('run')
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 @@ -51,7 +51,7 @@ sourceSets {

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

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
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 @@ -51,7 +51,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
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 @@ -51,7 +51,7 @@ sourceSets {

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
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 @@ -51,7 +51,7 @@ sourceSets {

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

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
runs {
client {
// These args are needed in the development environment only
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 @@ -51,7 +51,7 @@ sourceSets {

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

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

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

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
runs {
client {
// These args are needed in the development environment only
Expand Down
2 changes: 1 addition & 1 deletion 1.15.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sourceSets {

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

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

minecraft {
//suppressMappingVersionWarnings = true
mappings channel: 'snapshot', version: '20200902-1.15.1'
mappings channel: 'snapshot', version: '20200901-1.15.1'
runs {
client {
// These args are needed in the development environment only
Expand Down
2 changes: 1 addition & 1 deletion 1.16.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sourceSets {

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

0 comments on commit febaa91

Please sign in to comment.