mirror of
https://github.com/NguyenDuck/blocktopograph.git
synced 2024-11-24 18:06:12 +00:00
10 lines
200 B
Groovy
10 lines
200 B
Groovy
apply plugin: 'java'
|
|
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_21
|
|
targetCompatibility = JavaVersion.VERSION_21
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.jetbrains:annotations:26.0.1'
|
|
} |