Skip to content

Commit b50a46c

Browse files
committed
Use Gradle 9 notation
1 parent 0d246ce commit b50a46c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • src/docs/samples/code/application-plugin/jetty/groovy

src/docs/samples/code/application-plugin/jetty/groovy/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ plugins {
44
}
55

66
version = '1.0'
7-
sourceCompatibility = 1.7
7+
8+
java {
9+
sourceCompatibility = JavaVersion.VERSION_1_7
10+
targetCompatibility = JavaVersion.VERSION_1_7
11+
}
812

913
repositories {
1014
mavenCentral()

0 commit comments

Comments
 (0)