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 {
// utilities only
api project.ext.utilitiesDeps
// utilities dependencies compile only (this is so the IDE can compile the util source)
compileOnly project.ext['utilities']
// api 'com.koloboke:koloboke-api-jdk8:1.0.0'
// runtime 'com.koloboke:koloboke-impl-jdk8:1.0.0'

View File

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