This commit is contained in:
petrukhnov
2026-06-17 15:31:35 +01:00
parent 91091653ea
commit a8e21bfd96
15 changed files with 754 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.github.ev3dev-lang-java") {
useModule("com.github.ev3dev-lang-java:${requested.id.name}:${requested.version}")
}
}
}
repositories {
gradlePluginPortal()
maven { url "https://jitpack.io" }
mavenCentral()
}
}
rootProject.name = 'lego-ev3-java'