summaryrefslogtreecommitdiff
path: root/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurences of '@VERSION@' during buildversion-fixGravatar Thog2018-12-171-1/+22
|
* fix SourceIndex remap bugsGravatar asie2018-12-091-2/+1
|
* try hack to solve Darcula Ivy issue for nowGravatar asie2018-12-081-0/+5
|
* rewrite entry resolution logic in TranslationIndex, hopefully fixing bugsGravatar asie2018-12-081-1/+1
|
* Add dark LAFGravatar modmuss502018-11-281-0/+7
|
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-071-1/+1
|
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-041-1/+1
|
* update to ASM 7.0Gravatar asie2018-10-281-5/+4
|
* update gson, fix argument indexing, delete empty class mappingsGravatar asie2018-10-271-1/+1
|
* update ASM/Guava, merge ASM port fixesGravatar Adrian Siekierka2018-10-261-2/+6
|
* Update version numberGravatar gegy10002018-07-181-1/+1
|
* sources jarGravatar Thiakil2018-07-101-0/+6
|\
| * basic source jarGravatar Thiakil2018-06-301-0/+6
| |
| * Fix method parameter info sometimes causing the exported class to become ↵Gravatar modmuss502018-05-161-1/+1
| | | | | | | | | | | | invalid. This fixes intelij not reading the class successfully, thus preventing it from being used.
* | Initial port to ASMGravatar gegy10002018-05-191-2/+1
|/
* Fix buildGravatar modmuss502017-10-211-2/+2
|
* Add support for custom themes (#59)Gravatar Modmuss502017-06-041-0/+2
|
* Remove the converter + some reorganizationGravatar Thog2017-05-161-1/+0
|
* Update javassist to 3.21.0-GA #55Gravatar Thog2017-03-311-1/+1
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-1/+1
| | | | Also update Guava to version 21
* add Jenkinsfile and new MavenGravatar asiekierka2016-09-211-58/+1
|
* Update Procyon to 0.5.33.8Gravatar Thog2016-09-111-1/+1
|
* Update Procyon to 0.5.33.7-enigmaGravatar Thog2016-08-241-1/+1
|
* Update Procyon (fix UTF-8 issues), disable debug line number in source code ↵Gravatar Thog2016-08-191-1/+1
| | | | and make all decompiler settings configurable with system properties
* Update Procyon to 0.5.32Gravatar Thog2016-08-181-4/+6
|
* Deploy shadow jar and lib jar to mavenGravatar Shadowfacts2016-08-171-33/+3
|
* update group idGravatar modmuss502016-08-161-1/+1
|
* Rename things to fabricGravatar modmuss502016-08-161-7/+7
|
* Upload fat jar to mavenGravatar modmuss502016-08-151-0/+4
|
* Added maven uploadingGravatar modmuss502016-08-151-1/+60
|
* Fixed build.gradleGravatar lclc982016-07-021-1/+1
|
* Removed unused methodsGravatar lclc982016-07-021-1/+1
|
* Update version infoGravatar modmuss502016-06-291-1/+6
|
* Fixed build failGravatar lclc982016-06-301-1/+1
|
* Json format (#2)Gravatar lclc982016-06-301-112/+121
| | | | | | | | * Added new format * Fixed bug * Updated Version
* Some small changes to fix idea importingGravatar modmuss502016-06-261-2/+3
|
* Fix a stupid Gradle typo which broke 53 unit tests.fix-unit-testsGravatar Michael Smith2015-07-101-1/+1
| | | | I actually thought I was fixing the tests when I started.
* Support Gradle alongside SSJBGravatar Michael Smith2015-05-211-0/+176
This makes builds faster, simpler and better automated but still keeps Cuchaz happy. :)