Code polish

This commit is contained in:
nathan 2018-08-28 01:49:55 +02:00
parent 5afc9f508b
commit e436e4a89b
2 changed files with 5 additions and 5 deletions

View File

@ -49,8 +49,8 @@ repositories {
} }
dependencies { dependencies {
// utilities only // utilities dependencies compile only (this is so the IDE can compile the util source)
api project.ext.utilitiesDeps compileOnly project.ext['utilities']
// api 'com.koloboke:koloboke-api-jdk8:1.0.0' // api 'com.koloboke:koloboke-api-jdk8:1.0.0'
// runtime 'com.koloboke:koloboke-impl-jdk8:1.0.0' // runtime 'com.koloboke:koloboke-impl-jdk8:1.0.0'

View File

@ -1,8 +1,8 @@
ext { ext {
bcVersion = '1.60' def bcVersion = '1.60'
jnaVersion = '4.5.2' def jnaVersion = '4.5.2'
utilitiesDeps = [ utilities = [
'org.slf4j:slf4j-api:1.7.25', 'org.slf4j:slf4j-api:1.7.25',
'com.github.jponge:lzma-java:1.3', 'com.github.jponge:lzma-java:1.3',