Summarizing the instructions of the pass tool (as seen on its website).
Execute: $ sudo apt install pass
Summarizing the instructions of the pass tool (as seen on its website).
Execute: $ sudo apt install pass
| // Adds JMH integration to a project. | |
| // Considering putting this file into gradle/ folder and include it with: | |
| // apply from: rootProject.file('gradle/jmh.gradle') | |
| sourceSets { | |
| jmh { | |
| compileClasspath += sourceSets.test.runtimeClasspath | |
| runtimeClasspath += sourceSets.test.runtimeClasspath | |
| } | |
| } |