Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
<gradle.executable>./gradlew</gradle.executable>
</properties>

<!-- <dependencies>
<dependency>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-orm</artifactId>
</dependency>
</dependencies> -->

<build>
<plugins>
<!-- Maven deploy is skipped on purpose as Gradle build will stage the artifact itself. -->
Expand Down Expand Up @@ -85,7 +78,7 @@
</execution>
<execution>
<id>gradle-clean</id>
<phase>pre-clean</phase>
<phase>clean</phase>
<configuration>
<executable>${gradle.executable}</executable>
<arguments>
Expand Down