Skip to content

Commit

Permalink
update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Mar 20, 2024
1 parent bfa0b83 commit 08fc4a2
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,10 +2,10 @@ plugins {
id 'java'
id 'jacoco'
id 'maven-publish'
id 'pl.allegro.tech.build.axion-release' version '1.16.1'
id 'pl.allegro.tech.build.axion-release' version '1.17.0'
id "com.github.ben-manes.versions" version "0.51.0"
id "com.diffplug.spotless" version "6.25.0"
id "com.github.andygoossens.gradle-modernizer-plugin" version "1.9.0"
id "com.github.andygoossens.gradle-modernizer-plugin" version "1.9.2"
id 'com.adarshr.test-logger' version '4.0.0'
}

Expand Down

0 comments on commit 08fc4a2

Please sign in to comment.