Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Replace the deprecated JavaPluginConvention with JavaPluginExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Dec 31, 2021
1 parent b65ff5e commit 350c872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
}

configure<JavaPluginConvention> {
configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_1_8
}

Expand Down

0 comments on commit 350c872

Please sign in to comment.