Kaynağa Gözat

Added StdLibs as submodule

kindlich 4 yıl önce
ebeveyn
işleme
f6a3872faf
Veri tabanında bu imza için bilinen anahtar bulunamadı

+ 3
- 0
.gitmodules Dosyayı Görüntüle

@@ -0,0 +1,3 @@
1
+[submodule "StdLibs"]
2
+	path = StdLibs
3
+	url = https://git.openzen.org/ZenCode/StdLibs.git

BIN
JavaIntegration/StdLibs.jar Dosyayı Görüntüle


+ 5
- 0
ScriptingExample/build.gradle Dosyayı Görüntüle

@@ -19,6 +19,11 @@ dependencies {
19 19
     testRuntime group: "org.junit.jupiter", name: "junit-jupiter", version: "5.4.2"
20 20
 }
21 21
 
22
+processResources {
23
+    dependsOn(":StdLibs:zipItUp")
24
+    from files(evaluationDependsOn(":StdLibs").tasks.getByName("zipItUp").outputs)
25
+}
26
+
22 27
 test {
23 28
     //useJUnitPlatform()
24 29
     testLogging{

BIN
ScriptingExample/src/main/resources/StdLibs.jar Dosyayı Görüntüle


+ 1
- 0
StdLibs

@@ -0,0 +1 @@
1
+Subproject commit cfa5b45a8bbae5a372a6ff599db79710c0563f39

Loading…
İptal
Kaydet