Skip to content

Commit

Permalink
Change root project name to "rhino-root"
Browse files Browse the repository at this point in the history
VS Code (and maybe other IDEs) get very confused when the root project
name matches the name of one of the subprojects. Name the root project
"rhino-root" to avoid this conflict.
  • Loading branch information
gbrail committed Jun 18, 2024
1 parent 01a7b20 commit f48a40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'rhino'
rootProject.name = 'rhino-root'
include 'rhino', 'rhino-engine', 'rhino-tools', 'rhino-xml', 'rhino-all', 'examples', 'tests', 'benchmarks'

0 comments on commit f48a40d

Please sign in to comment.