mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 11:03:38 -05:00
3d4a31240f
* Automatically handle Java dependencies updates * Fix commands * Fix commands * Fix paths * Copy deps
12 lines
276 B
Groovy
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'
|