Skip to content

Commit

Permalink
Remove unused plugins (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Sep 12, 2024
1 parent 0967c74 commit b31d9ec
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
plugins {
id 'groovy'
id 'project-report'
id 'idea'
id 'java-gradle-plugin'
id 'com.gradle.plugin-publish' version '1.3.0'
id 'org.ajoberstar.git-publish' version '4.2.2'
Expand All @@ -20,12 +18,6 @@ java {
targetCompatibility = '1.8'
}

idea {
project {
languageLevel = '1.8'
}
}

tasks.withType(Test).configureEach {
useJUnitPlatform()

Expand All @@ -49,7 +41,3 @@ tasks.withType(Test).configureEach {
"--add-opens", "java.base/java.net=ALL-UNNAMED",
)
}

tasks.named('ideaModule') {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13480")
}

0 comments on commit b31d9ec

Please sign in to comment.