SLC-1.8.9/Bridge/build.gradle

10 lines
115 B
Groovy
Raw Normal View History

plugins {
id 'java'
}
2024-01-03 18:13:38 +01:00
group = 'net.silentclient'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}