Skip to content

Commit

Permalink
spotless and git-publish plugin version downgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Apr 15, 2024
1 parent fb1b50c commit 4d2ac70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ plugins {
id 'java'
id 'idea'
id 'jacoco'
id 'com.diffplug.gradle.spotless' version '4.5.1'
id 'com.diffplug.gradle.spotless' version '4.0.1'
id 'io.codearte.nexus-staging' version '0.22.0'
id 'de.marcphilipp.nexus-publish' version '0.4.0'
id 'de.undercouch.download' version '4.1.1'
id 'org.ajoberstar.git-publish' version '3.0.0'
id 'org.ajoberstar.git-publish' version '2.1.3-rc.1'
}

ext {
Expand Down

0 comments on commit 4d2ac70

Please sign in to comment.