add package uploading
This commit is contained in:
@@ -9,10 +9,10 @@ plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0";
|
||||
}
|
||||
|
||||
// rootProject.name = properties.project_name;
|
||||
rootProject.name = extra.properties["project_name"].toString();
|
||||
|
||||
include(":lib");
|
||||
include(":common");
|
||||
include(":repl");
|
||||
include(":runtime");
|
||||
include(":compilation");
|
||||
include(":compilation");
|
||||
|
||||
Reference in New Issue
Block a user