Skip to content

Commit

Permalink
Revert "Get rid of toolchain"
Browse files Browse the repository at this point in the history
This reverts commit a9dd66a
  • Loading branch information
Goooler committed Aug 27, 2024
1 parent c711c60 commit f2078bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
import java.text.SimpleDateFormat
import java.util.Date
import java.util.*

plugins {
`java-gradle-plugin`
Expand Down Expand Up @@ -62,8 +62,9 @@ tasks.jar {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
withSourcesJar()
withJavadocJar()
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pluginManagement {

plugins {
id("com.gradle.develocity") version "3.18"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

develocity {
Expand Down

0 comments on commit f2078bb

Please sign in to comment.