mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Merge remote-tracking branch 'origin/master' into kotlin-experiments
This commit is contained in:
+11
-1
@@ -10,4 +10,14 @@ dependencies {
|
||||
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: bouncycastleVersion
|
||||
|
||||
testImplementation group: 'junit', name: 'junit', version: junitVersion
|
||||
}
|
||||
}
|
||||
|
||||
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