mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-18 23:27:33 +01:00
17 lines
229 B
Groovy
17 lines
229 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
implementation "org.microg:vtm:0.9.1-mod"
|
|
}
|
|
|
|
sourceSets {
|
|
main {
|
|
java {
|
|
srcDir 'src'
|
|
}
|
|
resources {
|
|
srcDir 'resources'
|
|
}
|
|
}
|
|
}
|