mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16:30 +02:00
11 lines
127 B
Groovy
11 lines
127 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
dependencies {
|
|
//testImplementation 'junit:junit:4.12'
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
} |