Skip to content

Commit c003e5f

Browse files
committed
update pom.xml
1 parent c7f636d commit c003e5f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • bundles/org.openhab.automation.pythonscripting

bundles/org.openhab.automation.pythonscripting/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<name>openHAB Add-ons :: Bundles :: Automation :: Python Scripting</name>
1616

1717
<properties>
18-
<graalpy.version>24.2.1</graalpy.version>
1918
<helperlib.version>1.0.8</helperlib.version>
2019
</properties>
2120

@@ -110,6 +109,13 @@
110109
<pmdFilter>${project.basedir}/suppressions.properties</pmdFilter>
111110
</configuration>
112111
</plugin>
112+
<!-- workaround for failing clean of checked out git repo breaking the Windows build, #19250 -->
113+
<plugin>
114+
<artifactId>maven-clean-plugin</artifactId>
115+
<configuration>
116+
<force>true</force>
117+
</configuration>
118+
</plugin>
113119
</plugins>
114120
</build>
115121
</project>

0 commit comments

Comments
 (0)