Skip to content

Commit

Permalink
upgrade jmh plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Oct 28, 2023
1 parent 364b646 commit 49e8fed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ jobs:
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
continue-on-error: true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jctools = "4.0.1"
jfreechart = "1.5.4"
jgit = "6.7.0.202309050840-r"
jmh-core = "1.37"
jmh-plugin = "0.7.1"
jmh-plugin = "0.7.2"
jmh-report = "0.9.0"
joor = "0.9.15"
json-bind = "1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ idea.module {

eclipse.classpath.file.whenMerged {
if (this is Classpath) {
entries.filterIsInstance<AbstractClasspathEntry>()
.filter { it.path == "src/jmh/java" }
.forEach { it.entryAttributes["test"] = "true" }
entries.removeIf { (it is Library) && (it.moduleVersion?.name == "slf4j-nop") }
}
}

0 comments on commit 49e8fed

Please sign in to comment.