Skip to content

Commit

Permalink
Merge pull request #875 from KyoriPowered/renovate/gradle-and-github-…
Browse files Browse the repository at this point in the history
…actions

chore(deps): Update gradle and github actions
  • Loading branch information
zml2008 authored Apr 9, 2023
2 parents 4bb1ff9 + cee9530 commit 132a073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins.withId("me.champeau.jmh") {
// avoid implicit task dependencies
dependsOn(tasks.compileTestJava, tasks.processTestResources)
}
tasks.named(JMHPlugin.JMH_TASK_COMPILE_GENERATED_CLASSES_NAME, JavaCompile::class) {
tasks.named(JMHPlugin.getJMH_TASK_COMPILE_GENERATED_CLASSES_NAME(), JavaCompile::class) {
classpath += configurations.getByName(JavaPlugin.COMPILE_CLASSPATH_CONFIGURATION_NAME).incoming.files
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ examination = "1.3.0"
guava = "31.1-jre"
indra = "3.0.1"
jmh = "1.36"
jmhPlugin = "0.6.8"
jmhPlugin = "0.7.0"
junit = "5.9.2"
mockito = "4.5.1"
slf4j = "2.0.1"
Expand Down Expand Up @@ -70,4 +70,4 @@ zJmh = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
[plugins]
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
jmh = { id = "me.champeau.jmh", version.ref = "jmhPlugin" }
kotlin = "org.jetbrains.kotlin.jvm:1.8.10"
kotlin = "org.jetbrains.kotlin.jvm:1.8.20"

0 comments on commit 132a073

Please sign in to comment.