Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
removed java version from gradle
  • Loading branch information
NiharikaJamble authored Jul 17, 2024
1 parent b72884d commit a40b68b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


plugins {
id 'application'
id 'java-library'
Expand All @@ -10,11 +11,6 @@ plugins {
id 'com.adarshr.test-logger' version '4.0.0'
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}
repositories {
// Use Maven Central for resolving dependencies.
mavenCentral()
Expand Down

0 comments on commit a40b68b

Please sign in to comment.