diff options
| author | 2017-05-16 00:24:29 +0200 | |
|---|---|---|
| committer | 2017-05-16 00:24:29 +0200 | |
| commit | b280104d2f926ab74772cef2bf1602663cefa312 (patch) | |
| tree | d130c86a30ec5df37b3a9c4bab576e971ae2e664 /build.gradle | |
| parent | Add offset for Enum constructor arguments (Fix #58) (diff) | |
| download | enigma-b280104d2f926ab74772cef2bf1602663cefa312.tar.gz enigma-b280104d2f926ab74772cef2bf1602663cefa312.tar.xz enigma-b280104d2f926ab74772cef2bf1602663cefa312.zip | |
Remove the converter + some reorganization
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f3da0946..ce19a4c7 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -154,7 +154,6 @@ task('libJar', type: Jar, dependsOn: classes) { | |||
| 154 | // Main classes + inner classes (keep CommandMain) | 154 | // Main classes + inner classes (keep CommandMain) |
| 155 | exclude 'cuchaz/enigma/Main.class' | 155 | exclude 'cuchaz/enigma/Main.class' |
| 156 | exclude 'cuchaz/enigma/Main.class' | 156 | exclude 'cuchaz/enigma/Main.class' |
| 157 | exclude 'cuchaz/enigma/ConvertMain*.class' | ||
| 158 | } | 157 | } |
| 159 | } | 158 | } |
| 160 | 159 | ||