We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c13c4 commit 7921473Copy full SHA for 7921473
settings.gradle
@@ -73,6 +73,8 @@ dependencyResolutionManagement {
73
}
74
libs {
75
def antlrVersion = version "antlr", "4.13.0"
76
+ // WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
77
+ // make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
78
def byteBuddyVersion = version "byteBuddy", "1.14.18"
79
def classmateVersion = version "classmate", "1.5.1"
80
def geolatteVersion = version "geolatte", "1.9.1"
0 commit comments