Skip to content

Commit ca55904

Browse files
rpalcoleaKengoTODA
authored andcommitted
fix: mandatory update for plugin portal publishing
More info https://blog.gradle.org/plugin-portal-update
1 parent 6788f07 commit ca55904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'groovy'
33
id 'java-gradle-plugin'
44
id 'jacoco'
5-
id 'com.gradle.plugin-publish' version '0.10.1'
5+
id 'com.gradle.plugin-publish' version '0.11.0'
66
id 'com.diffplug.gradle.spotless' version '3.27.2'
77
id 'net.ltgt.errorprone' version '1.1.1'
88
id 'se.patrikerdes.use-latest-versions' version '0.2.13'

0 commit comments

Comments
 (0)