superlint/dependencies/google-java-format/build.gradle
Marco Ferrari 3d4a31240f
Automatically handle Java dependencies updates (#4891)
* Automatically handle Java dependencies updates

* Fix commands

* Fix commands

* Fix paths

* Copy deps
2023-11-30 08:20:19 +00:00

12 lines
276 B
Groovy

repositories {
mavenLocal()
mavenCentral()
}
// Hold this dependency here so we can get automated updates using DependaBot
dependencies {
implementation 'com.google.googlejavaformat:google-java-format:1.18.1'
}
group 'com.github.super-linter'
version '1.0.0-SNAPSHOT'