mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
@@ -1 +1,11 @@
|
|||||||
description = 'Apollo Utilities'
|
description = 'Apollo Utilities'
|
||||||
|
|
||||||
|
task(genRsa, dependsOn: classes, type: JavaExec) {
|
||||||
|
def utilSubproject = project(':util')
|
||||||
|
def utilClasspath = utilSubproject.sourceSets.main.runtimeClasspath
|
||||||
|
|
||||||
|
main = 'org.apollo.util.tools.RsaKeyGenerator'
|
||||||
|
classpath = utilClasspath
|
||||||
|
jvmArgs = ['-Xmx1024M']
|
||||||
|
workingDir = project.rootDir
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user