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 fb1b50c commit 4d2ac70Copy full SHA for 4d2ac70
build.gradle
@@ -2,11 +2,11 @@ plugins {
2
id 'java'
3
id 'idea'
4
id 'jacoco'
5
- id 'com.diffplug.gradle.spotless' version '4.5.1'
+ id 'com.diffplug.gradle.spotless' version '4.0.1'
6
id 'io.codearte.nexus-staging' version '0.22.0'
7
id 'de.marcphilipp.nexus-publish' version '0.4.0'
8
id 'de.undercouch.download' version '4.1.1'
9
- id 'org.ajoberstar.git-publish' version '3.0.0'
+ id 'org.ajoberstar.git-publish' version '2.1.3-rc.1'
10
}
11
12
ext {
0 commit comments