Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Nov 22, 2024
1 parent e0e63a0 commit d480598
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.diffplug.spotless' version '5.6.1'
id 'com.diffplug.spotless' version '6.25.0'
}

group = 'org.arkecosystem'
Expand Down Expand Up @@ -38,7 +38,6 @@ dependencies {
integrationImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
integrationImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
integrationImplementation 'org.hamcrest:hamcrest-library:2.2'
integrationImplementation 'org.arkecosystem:crypto:2.0.0-mainsail'
integrationCompileOnly 'org.slf4j:slf4j-api:1.7.32'
integrationRuntimeOnly 'org.slf4j:slf4j-simple:1.7.32'
integrationImplementation 'com.github.rholder:guava-retrying:2.0.0'
Expand Down Expand Up @@ -74,7 +73,7 @@ spotless {
include 'src/test/**/*.java'
exclude '**/build/**'
}
googleJavaFormat('1.1').aosp()
googleJavaFormat('1.17.0').aosp()
removeUnusedImports()
}
}
Expand Down

0 comments on commit d480598

Please sign in to comment.