mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
@@ -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("")
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user