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 ff64185 commit 2036ef1Copy full SHA for 2036ef1
settings.gradle
@@ -68,6 +68,8 @@ dependencyResolutionManagement {
68
}
69
libs {
70
def antlrVersion = version "antlr", "4.13.0"
71
+ // WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
72
+ // make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
73
def byteBuddyVersion = version "byteBuddy", "1.14.18"
74
def classmateVersion = version "classmate", "1.5.1"
75
def geolatteVersion = version "geolatte", "1.9.1"
0 commit comments