Upgrade Groovy to 3.0.23 (#4621)

* Upgrade Groovy to 3.0.23
* Update header generation to match the new format

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
jimtng
2025-02-26 18:54:32 +01:00
committed by GitHub
parent 343470d98a
commit e16b52d601
2 changed files with 2 additions and 2 deletions
@@ -129,7 +129,7 @@ def header() {
line.isBlank() ? " *" : " * " + line.replace("\${year}", year)
}).collect(Collectors.toList())
headerLines.add(0, "/**")
headerLines.add(0, "/*")
headerLines.add(" */")
headerLines.add("")
+1 -1
View File
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.9</version>
<version>3.0.23</version>
<type>pom</type>
</dependency>
</dependencies>