8 lines
174 B
Groovy
8 lines
174 B
Groovy
include ':app'
|
|
|
|
sourceControl {
|
|
gitRepository("https://gitlab.com/moasdawiki/moasdawiki-server.git") {
|
|
producesModule("net.moasdawiki:moasdawiki-server")
|
|
}
|
|
}
|