From 2f45a494964050ece8724c798a58e577f1a9aeec Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 10 Mar 2023 20:48:43 +0100 Subject: Better csv reading and comments --- test/build.gradle.kts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/build.gradle.kts (limited to 'test') diff --git a/test/build.gradle.kts b/test/build.gradle.kts new file mode 100644 index 0000000..490253e --- /dev/null +++ b/test/build.gradle.kts @@ -0,0 +1,12 @@ +plugins { + `maven-publish` +} + + +publishing { + publications { + create("yarn") { + artifact(file("aaa")) + } + } +} \ No newline at end of file -- cgit