From df6cf0d3c980e3d7240eec6cb38d86af61037725 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Nov 2021 02:02:27 -0400 Subject: Sharing the same Function class between bootsrapper and JVM compiler. --- lux-jvm-function/dependency.pom | 85 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 lux-jvm-function/dependency.pom (limited to 'lux-jvm-function/dependency.pom') diff --git a/lux-jvm-function/dependency.pom b/lux-jvm-function/dependency.pom new file mode 100644 index 000000000..1c826547f --- /dev/null +++ b/lux-jvm-function/dependency.pom @@ -0,0 +1,85 @@ + + + 4.0.0 + com.github.luxlang + lux-jvm-function + jar + 0.6.5-SNAPSHOT + lux-jvm-function + Function abstract class for the JVM compiler. + https://github.com/LuxLang/lux + + + Lux License v0.1.2 + https://github.com/LuxLang/lux/blob/master/license.txt + + + + https://github.com/LuxLang/lux.git + + + source + test + + + resources + + + + + resources + + + target + target/classes + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://repo.clojars.org/ + + true + + + true + + + + snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + true + + + + + + + + + + + Eduardo Julian + https://github.com/eduardoejp + + + + + -- cgit v1.2.3