Skip to content

Commit a8c7641

Browse files
committed
HBX-3096: Add execution to 'exec-maven-plugin' to perform clean for the Gradle plugin subproject
- Comment out the 'dependencies' section to see if it has any impact on the ci release Signed-off-by: Koen Aers <[email protected]>
1 parent 338d962 commit a8c7641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<gradle.executable>./gradlew</gradle.executable>
4545
</properties>
4646

47-
<dependencies>
47+
<!-- <dependencies>
4848
<dependency>
4949
<groupId>org.hibernate.tool</groupId>
5050
<artifactId>hibernate-tools-orm</artifactId>
5151
</dependency>
52-
</dependencies>
52+
</dependencies> -->
5353

5454
<build>
5555
<plugins>

0 commit comments

Comments
 (0)