Exit with non-zero with exception. Fix dnsjava lib.
It is unclear how we got the version of dnsjava that was checked in. The same version build from the jdnssec-dnsjava repo was different. This fixes the "missing CAA" support issue.
This commit is contained in:
@@ -10,7 +10,7 @@ apply plugin: 'idea'
|
||||
|
||||
jar {
|
||||
baseName = 'jdnssec-tools'
|
||||
version = '0.14'
|
||||
version = '0.15'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user