Skip to content

Commit e16b52d

Browse files
authored
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 <[email protected]>
1 parent 343470d commit e16b52d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/org.openhab.core.semantics/model/generateTagClasses.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def header() {
129129
line.isBlank() ? " *" : " * " + line.replace("\${year}", year)
130130
}).collect(Collectors.toList())
131131

132-
headerLines.add(0, "/**")
132+
headerLines.add(0, "/*")
133133
headerLines.add(" */")
134134
headerLines.add("")
135135

bundles/org.openhab.core.semantics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.codehaus.groovy</groupId>
5959
<artifactId>groovy-all</artifactId>
60-
<version>3.0.9</version>
60+
<version>3.0.23</version>
6161
<type>pom</type>
6262
</dependency>
6363
</dependencies>

0 commit comments

Comments
 (0)