diff options
| author | modmuss50 <modmuss50@gmail.com> | 2020-06-08 15:19:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-08 15:19:11 +0100 |
| commit | b1ae5dee5d12de6e795bedce345aa0477d620acc (patch) | |
| tree | a560d76f3f26c445e45412158edfd35893ece6e4 /src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy | |
| parent | fdbdcc4bbfd0282191b3e82dd8042a06a9a85a72 (diff) | |
| download | architectury-loom-b1ae5dee5d12de6e795bedce345aa0477d620acc.tar.gz architectury-loom-b1ae5dee5d12de6e795bedce345aa0477d620acc.tar.bz2 architectury-loom-b1ae5dee5d12de6e795bedce345aa0477d620acc.zip | |
Test across java and gradle versions with github actions. (#218)
* Experiment with github actions
* Fix?
* another fix
* Fix?
* Change github actions run args
* Tried and tested is better right?
* spaces spaces spaces
* revert
* info
* Just 4.9
* Fixes to support building on newer gradle versions
* Forward log output and run tests on runtime gradle version
* Remove travis
* De-duplicate
* Remove daily action, doesnt seem to work so well.
Diffstat (limited to 'src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy')
| -rw-r--r-- | src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy b/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy index 9706e7ea..784a2de8 100644 --- a/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy +++ b/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy @@ -47,7 +47,7 @@ class SimpleBuildFunctionalTest extends Specification { .withProjectDir(testProjectDir.root) .withArguments('build',"--stacktrace") .withPluginClasspath() - .withGradleVersion("4.9") + .forwardOutput() .withDebug(true) .build() |
