Skip to content

Commit

Permalink
Re-org "aggregate" and "collections" modules using new organizational…
Browse files Browse the repository at this point in the history
… layout
  • Loading branch information
cpurdy committed Jan 20, 2022
1 parent 41f5c17 commit 2199edb
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions xdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ val compileAggregate = tasks.register<JavaExec>("compileAggregate") {
"-version", "$version",
"-L", "$coreLib",
"-L", "$bridgeLib",
"$aggregateMain/x/module.x")
"$aggregateMain/x/aggregate.x")
mainClass.set("org.xvm.tool.Compiler")
}

Expand All @@ -119,7 +119,7 @@ val compileCollections = tasks.register<JavaExec>("compileCollections") {
"-version", "$version",
"-L", "$coreLib",
"-L", "$bridgeLib",
"$collectionsMain/x/module.x")
"$collectionsMain/x/collections.x")
mainClass.set("org.xvm.tool.Compiler")
}

Expand Down

0 comments on commit 2199edb

Please sign in to comment.