Skip to content

Commit

Permalink
update mappings & mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- committed Jun 21, 2018
1 parent bb825c6 commit 264113e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Expand Up @@ -25,14 +25,14 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'mnm.gradle.ap-ide'

minecraft {
version = "1.12.1"
mappings = "snapshot_20170624"
version = "1.12.2"
mappings = "snapshot_20170919"
runDir = 'run'
tweakClass = 'me.dags.daflight.launch.DaFlightTweaker'
}

group = 'me.dags'
version = "5.2.1-mc$minecraft.version"
version = "5.2.2-mc$minecraft.version"

targetCompatibility = sourceCompatibility = "1.8"

Expand All @@ -44,10 +44,10 @@ repositories {
}

dependencies {
compile('org.spongepowered:mixin:0.6.11-SNAPSHOT') {
compile('org.spongepowered:mixin:0.7.5-SNAPSHOT') {
transitive = false
}
factory 'org.spongepowered:mixin:0.6.11-SNAPSHOT'
factory 'org.spongepowered:mixin:0.7.5-SNAPSHOT'
}

processor {
Expand Down

0 comments on commit 264113e

Please sign in to comment.