We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a299b commit 697a3a0Copy full SHA for 697a3a0
core/build.gradle
@@ -8,6 +8,7 @@ application {
8
mainClass.set("org.bouncycastle.crypto.fpe.SP80038GMicroBenchmark")
9
}
10
11
+jar.archiveBaseName = "bccore-$vmrange"
12
13
test {
14
forkEvery = 1;
0 commit comments