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 5873335
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ permissions:
security-events: write

env:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
JAVA_VERSION: 21

jobs:
Expand Down Expand Up @@ -68,7 +66,7 @@ jobs:
with:
action: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
with: |
cache-read-only: false
cache-disabled: true
arguments: help --no-scan
generate-job-summary: false
gradle-home-cache-cleanup: true
Expand Down
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 5873335

Please sign in to comment.