We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c8ef0 commit 595b3aaCopy full SHA for 595b3aa
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
8
dependencies {
9
- classpath('com.github.ben-manes:gradle-versions-plugin:0.11.1')
+ classpath('com.github.ben-manes:gradle-versions-plugin:0.52.0')
10
11
12
main.gradle
@@ -3,7 +3,7 @@ allprojects {
3
apply plugin: 'jacoco'
4
5
java {
- sourceCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
0 commit comments