From 28f938d39a80f34eb3cca54a232bcfdb17c2bea2 Mon Sep 17 00:00:00 2001 From: uvok Date: Tue, 8 Jul 2025 20:51:28 +0200 Subject: Add back gradle --- songsterr-importer/build.gradle.kts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 songsterr-importer/build.gradle.kts (limited to 'songsterr-importer') diff --git a/songsterr-importer/build.gradle.kts b/songsterr-importer/build.gradle.kts new file mode 100644 index 0000000..6ff4179 --- /dev/null +++ b/songsterr-importer/build.gradle.kts @@ -0,0 +1,9 @@ +/* + * This file was generated by the Gradle 'init' task. + */ + +plugins { + // Apply the java-library plugin for API and implementation separation. + `java-library` + id("buildlogic.java-library-conventions") +} -- cgit v1.2.3