Skip to content

Commit

Permalink
Migrate antlr project to software platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Sep 14, 2023
1 parent 346354d commit d91cc39
Show file tree
Hide file tree
Showing 34 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .teamcity/subprojects.json
@@ -1,7 +1,7 @@
[
{
"name": "antlr",
"path": "subprojects/antlr",
"path": "platforms/software/antlr",
"unitTests": true,
"functionalTests": true,
"crossVersionTests": false
Expand Down
File renamed without changes.
6 changes: 5 additions & 1 deletion settings.gradle.kts
Expand Up @@ -83,7 +83,6 @@ unassigned {
subproject("ide")
subproject("ide-native")
subproject("maven")
subproject("antlr")
subproject("tooling-api")
subproject("build-events")
subproject("tooling-api-builders")
Expand Down Expand Up @@ -156,6 +155,11 @@ platform("ide") {
subproject("ide-plugins")
}

// Software Platform
platform("software") {
subproject("antlr")
}

// JVM Platform
platform("jvm") {
subproject("code-quality")
Expand Down

0 comments on commit d91cc39

Please sign in to comment.