-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
138 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
plugins { | ||
id("org.metaborg.gradle.config.root-project") version "0.4.8" | ||
id("org.metaborg.gitonium") version "1.2.0" | ||
id("org.metaborg.gradle.config.root-project") version "0.7.3" | ||
id("org.metaborg.gitonium") version "1.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
plugins { | ||
id("org.metaborg.gradle.config.root-project") version "0.4.8" | ||
id("org.metaborg.gitonium") version "1.2.0" | ||
id("org.metaborg.gradle.config.root-project") version "0.4.8" | ||
id("org.metaborg.gitonium") version "1.2.0" | ||
|
||
// Set versions for plugins to use, only applying them in subprojects (apply false here). | ||
id("org.metaborg.spoofax.gradle.langspec") apply false // No version: use the plugin from the included composite build | ||
id("org.metaborg.spoofax.gradle.project") apply false | ||
id("org.metaborg.spoofax.gradle.test") apply false | ||
// Set versions for plugins to use, only applying them in subprojects (apply false here). | ||
id("org.metaborg.spoofax.gradle.langspec") apply false // No version: use the plugin from the included composite build | ||
id("org.metaborg.spoofax.gradle.project") apply false | ||
id("org.metaborg.spoofax.gradle.test") apply false | ||
} | ||
|
||
subprojects { | ||
metaborg { | ||
configureSubProject() | ||
} | ||
metaborg { | ||
configureSubProject() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
plugins { | ||
id("org.metaborg.spoofax.gradle.project") | ||
id("org.metaborg.spoofax.gradle.project") | ||
} | ||
|
||
dependencies { | ||
compileLanguage(project(":empty")) | ||
compileLanguage(project(":empty")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
plugins { | ||
id("org.metaborg.spoofax.gradle.test") | ||
id("org.metaborg.spoofax.gradle.test") | ||
} | ||
|
||
spoofaxTest { | ||
languageUnderTest.set(org.metaborg.core.language.LanguageIdentifier.parse("$group:empty:$version")) | ||
languageUnderTest.set(org.metaborg.core.language.LanguageIdentifier.parse("$group:empty:$version")) | ||
} | ||
|
||
dependencies { | ||
compileLanguage(project(":empty")) | ||
compileLanguage(project(":empty")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
plugins { | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import org.metaborg.core.language.* | ||
|
||
plugins { | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
} | ||
|
||
spoofaxLanguageSpecification { | ||
languageContributions.add(LanguageContributionIdentifier(LanguageIdentifier(group.toString() + ".test", name + "_test", LanguageVersion.parse(version.toString() + "-test")), "lca")) | ||
languageContributions.add(LanguageContributionIdentifier(LanguageIdentifier(group.toString() + ".test", name + "_test", LanguageVersion.parse(version.toString() + "-test")), "lca")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import org.metaborg.core.language.* | ||
|
||
plugins { | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
} | ||
|
||
spoofaxLanguageSpecification { | ||
addLanguageContributionsFromMetaborgYaml.set(false) | ||
languageContributions.add(LanguageContributionIdentifier(LanguageIdentifier(group.toString(), name, LanguageVersion.parse(version.toString())), "lco")) | ||
addLanguageContributionsFromMetaborgYaml.set(false) | ||
languageContributions.add(LanguageContributionIdentifier(LanguageIdentifier(group.toString(), name, LanguageVersion.parse(version.toString())), "lco")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
plugins { | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
id("org.metaborg.spoofax.gradle.langspec") | ||
} | ||
|
||
spoofaxLanguageSpecification { | ||
strategoFormat.set(org.metaborg.spoofax.meta.core.config.StrategoFormat.jar) | ||
strategoFormat.set(org.metaborg.spoofax.meta.core.config.StrategoFormat.jar) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These properties are only used when this repository is built stand-alone, outside of devenv. | ||
org.gradle.jvmargs=-Xms512M -Xmx2G -Xss8M | ||
systemProp.spoofax2Version=2.5.20 | ||
systemProp.spoofax2Version=2.5.21 |
Oops, something went wrong.