Skip to content

Commit

Permalink
Missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jan 15, 2025
1 parent 32c48fe commit 608a66a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Grade plugin for Spring Boot Thin Launcher</description>

<properties>
<gradle.version>6.1.1</gradle.version>
<gradle.version>6.0.1</gradle.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -80,6 +80,12 @@
<scope>provided</scope>
<version>${gradle.version}</version>
</dependency>
<dependency>
<groupId>org.gradle</groupId>
<artifactId>gradle-process-services</artifactId>
<scope>provided</scope>
<version>${gradle.version}</version>
</dependency>
<dependency>
<groupId>org.gradle</groupId>
<artifactId>gradle-plugins</artifactId>
Expand All @@ -96,7 +102,7 @@
<groupId>io.spring.gradle</groupId>
<artifactId>dependency-management-plugin</artifactId>
<scope>provided</scope>
<version>1.0.4.RELEASE</version>
<version>1.0.15.RELEASE</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 608a66a

Please sign in to comment.