Skip to content

Commit

Permalink
Update SJH to 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: cpw <[email protected]>
  • Loading branch information
cpw committed Jul 5, 2022
1 parent f5dee01 commit 39542c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ hs_err_pid*

# TC config
/.teamcity/target
*.jfr
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
api("org.ow2.asm:asm-tree:${asmVersion}")
api("org.ow2.asm:asm-commons:${asmVersion}")

implementation('cpw.mods:securejarhandler:2.0.+')
implementation('cpw.mods:securejarhandler:2.1.2')
implementation('org.apache.logging.log4j:log4j-api:2.17.1')
implementation('org.apache.logging.log4j:log4j-core:2.17.1')
implementation('net.sf.jopt-simple:jopt-simple:5.0.4')
Expand Down Expand Up @@ -77,7 +77,7 @@ configurations.jmhImplementation.extendsFrom(configurations.implementation)
extraJavaModuleInfo {
failOnMissingModuleInfo = false

automaticModule('jmh-core-1.34.jar', 'jmh.core')
automaticModule('jmh-core-1.35.jar', 'jmh.core')
automaticModule('powermock-core-2.0.9.jar', 'powermock.core')
automaticModule('powermock-reflect-2.0.9.jar', 'powermock.reflect')
automaticModule('jopt-simple-5.0.4.jar', 'jopt.simple')
Expand Down Expand Up @@ -125,6 +125,7 @@ task jmh(type: JavaExec, dependsOn: jmhClasses) {
'cpw.mods.modlauncher.benchmarks.TransformBenchmark',
'-bm', 'avgt',
'-prof', 'stack',
'-prof', 'jfr',
'-r', '3s',
'-w', '3s',
'-wi', '3',
Expand Down

0 comments on commit 39542c3

Please sign in to comment.