From a40f40f230e6312ae432f06e7f73aa5945d8fa49 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 18 Jul 2021 23:10:18 -0400 Subject: New JVM compiler can now compile JVM interfaces. --- stdlib/project.lux | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stdlib/project.lux (limited to 'stdlib/project.lux') diff --git a/stdlib/project.lux b/stdlib/project.lux new file mode 100644 index 000000000..919e9e489 --- /dev/null +++ b/stdlib/project.lux @@ -0,0 +1,11 @@ +{#identity ["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT"] + + #deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" + "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"} + + #repositories ["https://oss.sonatype.org/content/repositories/snapshots/" + "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + + #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"] + + #test "test/lux"} -- cgit v1.2.3