dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit b00ce507ef - Show all commits

View File

@@ -3,6 +3,7 @@ import java.nio.file.Paths
plugins { plugins {
id("com.github.node-gradle.node") version "7.0.0" id("com.github.node-gradle.node") version "7.0.0"
id("java-library") // not sure why this is needed - is already set in /build.gradle - but without it the project sometimes (not always) is not configured as a java project
} }