diff options
| author | 2019-07-08 11:18:46 -0400 | |
|---|---|---|
| committer | 2019-07-08 16:18:46 +0100 | |
| commit | d4229970e549b25139e3fb7348148f7deaab36c5 (patch) | |
| tree | f1c3bfae41bc8b799f655c3f583d567b50d11542 /build.gradle | |
| parent | 1AM coding (diff) | |
| download | enigma-d4229970e549b25139e3fb7348148f7deaab36c5.tar.gz enigma-d4229970e549b25139e3fb7348148f7deaab36c5.tar.xz enigma-d4229970e549b25139e3fb7348148f7deaab36c5.zip | |
Fix compose-mappings not remapping descriptors of methods on the right side only (#154)
* Fix compose-mappings not remapping descriptors of methods on the right side only
* Update version
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ca256805..d6161866 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow' | |||
| 19 | apply plugin: 'maven' | 19 | apply plugin: 'maven' |
| 20 | 20 | ||
| 21 | group = 'cuchaz' | 21 | group = 'cuchaz' |
| 22 | version = '0.14.0' | 22 | version = '0.14.1' |
| 23 | 23 | ||
| 24 | def generatedSourcesDir = "$buildDir/generated-src" | 24 | def generatedSourcesDir = "$buildDir/generated-src" |
| 25 | 25 | ||