Skip to content

Commit a9ee4b5

Browse files
committed
Set sourceCompatibility to 17
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
1 parent 8687dfd commit a9ee4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
group = 'io.securecodebox'
1111
version = '0.1.0-SNAPSHOT'
12-
sourceCompatibility = '11'
12+
sourceCompatibility = '17'
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)