Updates for gradle; changelog

This commit is contained in:
David Blacka
2018-07-15 17:08:29 +00:00
parent c37f436e72
commit 62b5b0ad23
13 changed files with 26 additions and 15 deletions

View File

@@ -10,16 +10,16 @@ apply plugin: 'idea'
jar {
baseName = 'jdnssec-tools'
version = '0.13'
version = '0.14'
}
repositories {
mavenCentral()
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.7
targetCompatibility = 1.7
dependencies {
compile fileTree(dir: 'lib', include: '*.jar')
compile fileTree(dir: 'lib', include: '*.jar')
}