Browse Source

Added StdLibs as submodule

kindlich 4 years ago
parent
commit
f6a3872faf
No known key found for this signature in database

+ 3
- 0
.gitmodules View File

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

BIN
JavaIntegration/StdLibs.jar View File


+ 5
- 0
ScriptingExample/build.gradle View File

19
     testRuntime group: "org.junit.jupiter", name: "junit-jupiter", version: "5.4.2"
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
 test {
27
 test {
23
     //useJUnitPlatform()
28
     //useJUnitPlatform()
24
     testLogging{
29
     testLogging{

BIN
ScriptingExample/src/main/resources/StdLibs.jar View File


+ 1
- 0
StdLibs

1
+Subproject commit cfa5b45a8bbae5a372a6ff599db79710c0563f39

Loading…
Cancel
Save