Commit f16b533
committed
Fix groovydoc task to skip when Java version is incompatible
- Skip groovydoc task when running with Java 17 (can't process Java 21 class files)
- Make groovydocJar conditional on groovydoc being enabled
- Fixes GitHub Actions build failure when building with Java 17
- Groovydoc still runs when using Java 21 (as expected)1 parent 64c97bf commit f16b533
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
102 | 116 | | |
103 | 117 | | |
104 | 118 | | |
| |||
0 commit comments