diff --git a/gradle.properties b/gradle.properties index f1a0256cd9..2022349ffe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -rootProject.name=rhino +rootProject.name=rhino-root group=org.mozilla version=1.7.16-SNAPSHOT mavenSnapshotRepo=https://oss.sonatype.org/content/repositories/snapshots diff --git a/settings.gradle b/settings.gradle index 7f93453260..b4bacbc0be 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'rhino' +rootProject.name = 'rhino-root' include 'rhino', 'rhino-engine', 'rhino-tools', 'rhino-xml', 'rhino-all', 'examples', 'tests', 'benchmarks'