File tree Expand file tree Collapse file tree
reactor-tools/src/buildPluginTest/resources/mock-gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ baselinePerfExtra = "3.4.8"
66
77# Other shared versions
88asciidoctor = " 3.3.2"
9- bytebuddy = " 1.12.12 "
9+ bytebuddy = " 1.12.14 "
1010jmh = " 1.35"
1111junit = " 5.9.0"
1212kotlin = " 1.5.32"
Original file line number Diff line number Diff line change @@ -22,14 +22,18 @@ buildscript {
2222 // the plugin feature only works with the -original jar !!
2323 // otherwise implemented Plugin interface is the shaded one
2424 classpath files(" @AGENT@" )
25+ // version 1.12.13 cannot be found on Gradle Plugin Repository, this syntax allows looking it up on MavenCentral
26+ classpath ' net.bytebuddy:byte-buddy-gradle-plugin:@BYTE_BUDDY_VERSION@'
2527 }
2628}
2729
30+
2831plugins {
29- id " net.bytebuddy.byte-buddy-gradle-plugin" version " @BYTE_BUDDY_VERSION@"
3032 id ' java'
3133}
3234
35+ apply plugin : " net.bytebuddy.byte-buddy-gradle-plugin"
36+
3337repositories {
3438 mavenCentral()
3539}
You can’t perform that action at this time.
0 commit comments