Skip to content
Snippets Groups Projects
Commit 65a6a33f authored by Deeksha M's avatar Deeksha M
Browse files

Java 17 version

parent b08f2c21
No related branches found
No related tags found
No related merge requests found
plugins { plugins {
id 'java' id 'java'
id 'org.springframework.boot' version '2.7.16' id 'org.springframework.boot' version '3.1.4'
id 'io.spring.dependency-management' version '1.1.3' id 'io.spring.dependency-management' version '1.1.3'
} }
...@@ -8,7 +8,7 @@ group = 'com.example' ...@@ -8,7 +8,7 @@ group = 'com.example'
version = '0.0.1-SNAPSHOT' version = '0.0.1-SNAPSHOT'
java { java {
sourceCompatibility = '11' sourceCompatibility = '17'
} }
repositories { repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment