Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
feat: introduce endpoint probe
Browse files Browse the repository at this point in the history
  • Loading branch information
shsma committed Nov 22, 2024
1 parent d4aeced commit 4fae9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-rest-scorer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rootProject.distributionZip {
// Spotless Configuration
spotless {
java {
googleJavaFormat() // Use Google Java Format
target 'src/**/*.java' // Define the target files
googleJavaFormat()
target 'src/**/*.java'
}
}

0 comments on commit 4fae9f9

Please sign in to comment.