blob: d7f5fc3235e17dc108fcdb8abdd6adf56c5adf00 [file] [log] [blame]
plugins {
id("java")
}
java {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}