summaryrefslogtreecommitdiffstats
path: root/common/build.gradle
blob: 6e783da8626ceaa72d47dda6fac699fd9f06297f (plain)
1
2
3
4
5
6
7
8
9
10
11
plugins {
    id 'java'
}

repositories {
    mavenCentral()
}

dependencies {
    compileOnly 'org.jetbrains:annotations:16.0.2'
}