j2s

Clone repo: git clone https://git.topcheto.eu/j2s.git
All branches, All tags, View raw

File contents

pluginManagement {
	repositories {
		mavenCentral();
		gradlePluginPortal();
	}
}

plugins {
	id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0";
}

rootProject.name = extra.properties["project_name"].toString();

include(":lib");
include(":common");
include(":repl");
include(":runtime");
include(":compilation");