Skip to content

Commit aa4aa0c

Browse files
committed
chore: use compatible gretty version for newer gradles
1 parent a509bb6 commit aa4aa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/test/gretty-tomcat/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'war'
3-
id 'org.gretty' version '4.1.6'
3+
id 'org.gretty' version (gradle.gradleVersion.tokenize('.')[0].toInteger() >= 9 ? '5.0.1' : '4.1.6')
44
}
55

66
repositories {

0 commit comments

Comments
 (0)