mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
3d4a31240f
* Automatically handle Java dependencies updates * Fix commands * Fix commands * Fix paths * Copy deps
12 lines
261 B
Groovy
12 lines
261 B
Groovy
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
}
|
|
|
|
// Hold this dependency here so we can get automated updates using DependaBot
|
|
dependencies {
|
|
implementation 'com.puppycrawl.tools:checkstyle:10.3.4'
|
|
}
|
|
|
|
group 'com.github.super-linter'
|
|
version '1.0.0-SNAPSHOT'
|