mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 01:00:07 +03:00
14 lines
164 B
Groovy
14 lines
164 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group = 'com.mohistmc'
|
|
version = MC_VERSION
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(':mohist'))
|
|
} |