-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
5 changed files
with
18 additions
and
26 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
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 @@ | ||
task run { | ||
dependsOn gradle.includedBuild('junit5').task(':test') | ||
dependsOn gradle.includedBuild('spek').task(':test') | ||
dependsOn gradle.includedBuild('multiplatform').task(':check') | ||
dependsOn gradle.includedBuild('jasmine').task(':runJasmine') | ||
dependsOn gradle.includedBuild('mocha').task(':runMocha') | ||
} | ||
task build { | ||
dependsOn gradle.includedBuild('junit5').task(':build') | ||
dependsOn gradle.includedBuild('spek').task(':build') | ||
dependsOn gradle.includedBuild('multiplatform').task(':build') | ||
dependsOn gradle.includedBuild('jasmine').task(':build') | ||
dependsOn gradle.includedBuild('mocha').task(':build') | ||
} |
Empty file.
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 @@ | ||
/* | ||
* This file was generated by the Gradle 'init' task. | ||
* | ||
* The settings file is used to specify which projects to include in your build. | ||
* | ||
* Detailed information about configuring a multi-project build in Gradle can be found | ||
* in the user manual at https://docs.gradle.org/6.0.1/userguide/multi_project_builds.html | ||
*/ | ||
|
||
rootProject.name = "junit5" |