You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/09/26 03:40:01 UTC

[groovy] branch master updated: Add a muse configuration (closes #1379)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e3fa36  Add a muse configuration (closes #1379)
0e3fa36 is described below

commit 0e3fa367e7a7ffe23ad7e53107ca3ec98c9629e2
Author: Thomas M. DuBuisson <to...@musedev.io>
AuthorDate: Thu Sep 24 17:27:32 2020 -0700

    Add a muse configuration (closes #1379)
    
    A muse configuration and file is necessary to educate the MuseDev CI
    system on how to build groovy.
---
 .muse/config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.muse/config.toml b/.muse/config.toml
new file mode 100644
index 0000000..91390c2
--- /dev/null
+++ b/.muse/config.toml
@@ -0,0 +1 @@
+jdk11 = true