Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Sep 6, 2023
1 parent 20c10a4 commit abd8e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions fullstack-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ gradlePlugin {
"The Fullstack Plugin provides tools for working with Fullstack infrastructure."
}
}
}
//
//sourceSets.all {
} //
// sourceSets.all {
// configurations.getByName(compileClasspathConfigurationName) {
// attributes { attribute(Attribute.of("javaModule", Boolean::class.javaObjectType), false) }
// }
// configurations.getByName(runtimeClasspathConfigurationName) {
// attributes { attribute(Attribute.of("javaModule", Boolean::class.javaObjectType), false) }
// }
//}
// }
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class FullstackPlugin implements Plugin<Project> {
public void apply(Project project) {
// this is bad, it makes everyone have this task registered. this can be left empty.
//
// project.getTasks().register("helmInstallTask", HelmInstallChartTask.class);
// project.getTasks().register("helmInstallTask", HelmInstallChartTask.class);
}
}

0 comments on commit abd8e76

Please sign in to comment.