Adds support to Jar tasks on Gradle build (#70)
authorJeanderson Barros Candido <jeandersonbc@gmail.com>
Thu, 31 May 2018 07:44:03 +0000 (04:44 -0300)
committercyrille-artho <cyrille-artho@users.noreply.github.com>
Thu, 31 May 2018 07:44:03 +0000 (16:44 +0900)
commit3d90910a7399dd47a7d26794a174a797efa86b62
treeca60cb4b380b02a46516c5e03d3b43c5652cefad
parent2c0edb0d396b699d187d929810015b904e91529d
Adds support to Jar tasks on Gradle build (#70)

* Organized Gradle tasks

* Implemented task to generate 'jpf-classes.jar' file (#57)

* Updated test runtime configuration (#57)

* Updated task dependencies and fixed jar file name (#57)

* Moved test configurations

* Added RunJPF.jar and RunTest.jar

* Added username to manifest (#57)

* Fixed .class files from jpf-classes.jar and updated Manifest from RunJPF.jar (#57)
build.gradle