Skip to content

Commit

Permalink
Use javapatcher 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Feb 6, 2016
1 parent aff8580 commit cb45e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ targetCompatibility = JavaVersion.VERSION_1_7

version = mcVersion + '-SNAPSHOT'
group = 'me.nallar'
archivesBaseName = 'modpatcher'
archivesBaseName = 'ModPatcher'

// Define variables
ext.buildNumber = System.getenv("BUILD_NUMBER") ?: 0
Expand All @@ -60,7 +60,7 @@ configurations {
}

dependencies {
compile group: 'me.nallar', name: 'javapatcher', version: '1.1-SNAPSHOT', changing: true
compile group: 'me.nallar', name: 'javapatcher', version: '1.2', changing: false
compile 'org.javassist:javassist:3.18.2-GA'
}

Expand Down

0 comments on commit cb45e3d

Please sign in to comment.