dsadasdasd
* added a method where you can get all the marks * implemented and tested * moved main * changed README * builded JavaDoc * builded jar
This commit is contained in:
@@ -3,6 +3,13 @@ apply plugin: 'eclipse'
|
||||
|
||||
version='1.0-SNAPSHOT'
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Main-Class': 'berack96.lib.graph.view.Main'
|
||||
}
|
||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
@@ -24,5 +31,5 @@ dependencies {
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
|
||||
|
||||
/*compile group: 'commons-collections', name: 'commons-collections', version: '3.2'*/
|
||||
/*testCompile 'junit:junit:4.4'*/
|
||||
testCompile 'junit:junit:4.4'
|
||||
}
|
||||
Reference in New Issue
Block a user