There was an error while loading. Please reload this page.
1 parent c7f636d commit c003e5fCopy full SHA for c003e5f
1 file changed
bundles/org.openhab.automation.pythonscripting/pom.xml
@@ -15,7 +15,6 @@
15
<name>openHAB Add-ons :: Bundles :: Automation :: Python Scripting</name>
16
17
<properties>
18
- <graalpy.version>24.2.1</graalpy.version>
19
<helperlib.version>1.0.8</helperlib.version>
20
</properties>
21
@@ -110,6 +109,13 @@
110
109
<pmdFilter>${project.basedir}/suppressions.properties</pmdFilter>
111
</configuration>
112
</plugin>
+ <!-- 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>
119
</plugins>
120
</build>
121
</project>
0 commit comments