mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
@@ -1 +1,11 @@
|
||||
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