Updated licensing library, Changed line endings to LF from CRLF

This commit is contained in:
Robinson 2021-06-29 23:22:55 +02:00
parent 4c4a217600
commit 1785d2e738
2 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,7 @@ gradle.startParameter.warningMode = WarningMode.All
plugins {
id("com.dorkbox.GradleUtils") version "2.6"
id("com.dorkbox.Licensing") version "2.6.1"
id("com.dorkbox.Licensing") version "2.8.1"
id("com.dorkbox.VersionUpdate") version "2.3"
id("com.dorkbox.GradlePublish") version "1.11"
@ -66,9 +66,9 @@ licensing {
note(Extras.description)
extra("XBill DNS", License.BSD_2) {
it.copyright(2011)
it.author("Brian Wellington")
it.url("https://github.com/dnsjava/dnsjava")
copyright(2011)
author("Brian Wellington")
url("https://github.com/dnsjava/dnsjava")
}
}
}

View File

@ -60,6 +60,7 @@ import io.netty.util.concurrent.Future;
public
class DnsClient extends Shutdownable {
/*
* TODO: verify ResolverConfiguration works as expected!
* http://bugs.java.com/view_bug.do?bug_id=8176361