repositories {
  mavenLocal()
  mavenCentral()
}

// Hold this dependency here so we can get automated updates using DependaBot
dependencies {
  implementation 'com.puppycrawl.tools:checkstyle:10.18.0'
}

group 'com.github.super-linter'
version '1.0.0-SNAPSHOT'