We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6d333 commit 6b7c57dCopy full SHA for 6b7c57d
RELEASE_NOTES.md
@@ -0,0 +1,11 @@
1
+# css4j-agent version 1.3.0 Release Notes
2
+
3
+### February 15, 2022
4
5
+<br/>
6
7
+## Highlights
8
9
+### Public Suffix List.
10
11
+Updated Public Suffix List.
build.gradle
@@ -157,6 +157,7 @@ tasks.withType(Javadoc) {
157
options.addStringOption('encoding', 'UTF-8')
158
options.addStringOption('charset', 'UTF-8')
159
options.links 'https://docs.oracle.com/en/java/javase/11/docs/api/'
160
+ options.links 'https://css4j.github.io/api/1.0/'
161
}
162
163
tasks.withType(AbstractArchiveTask).configureEach {
0 commit comments