Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Mar 21, 2023
1 parent 133128f commit b5026b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import io.freefair.gradle.plugins.build.ListPluginIds

plugins {
id "java-gradle-plugin"
id "maven-publish"
Expand All @@ -19,7 +17,7 @@ gradlePlugin {
}
}

tasks.register("listPluginIds", ListPluginIds) {
tasks.register("listPluginIds", io.freefair.gradle.plugins.build.ListPluginIds) {
outputFile = file("build/plugin-ids")
}

Expand Down

0 comments on commit b5026b5

Please sign in to comment.