File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
signing
13
13
id(" io.github.gradle-nexus.publish-plugin" )
14
14
id(" com.github.hierynomus.license" )
15
- id(" com .github.sgtsilvio.gradle.utf8 " )
15
+ id(" io .github.sgtsilvio.gradle.defaults " )
16
16
id(" com.github.sgtsilvio.gradle.metadata" )
17
17
id(" com.github.sgtsilvio.gradle.javadoc-links" )
18
18
}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ version=4.8.0-SNAPSHOT
4
4
#
5
5
plugin.nexus-publish.version =1.1.0
6
6
plugin.license.version =0.16.1
7
- plugin.utf8 .version =0.1 .0
7
+ plugin.defaults .version =0.2 .0
8
8
plugin.metadata.version =0.3.0
9
9
plugin.javadoc-links.version =0.4.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
4
4
plugins {
5
5
id(" io.github.gradle-nexus.publish-plugin" ) version " ${extra[" plugin.nexus-publish.version" ]} "
6
6
id(" com.github.hierynomus.license" ) version " ${extra[" plugin.license.version" ]} "
7
- id(" com .github.sgtsilvio.gradle.utf8 " ) version " ${extra[" plugin.utf8 .version" ]} "
7
+ id(" io .github.sgtsilvio.gradle.defaults " ) version " ${extra[" plugin.defaults .version" ]} "
8
8
id(" com.github.sgtsilvio.gradle.metadata" ) version " ${extra[" plugin.metadata.version" ]} "
9
9
id(" com.github.sgtsilvio.gradle.javadoc-links" ) version " ${extra[" plugin.javadoc-links.version" ]} "
10
10
}
You can’t perform that action at this time.
0 commit comments