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

Change to Java 11

parent 612d62a6
Branches
No related tags found
No related merge requests found
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '2.7.12'
id 'io.spring.dependency-management' version '1.1.3'
}
......@@ -8,7 +8,7 @@ group = 'com.example'
version = '0.0.1-SNAPSHOT'
java {
sourceCompatibility = '17'
sourceCompatibility = '11'
}
repositories {
......
......@@ -5,3 +5,4 @@ networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
org.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment