Skip to content

Commit

Permalink
Add a marker artifact for the io.spring.javaformat gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 26, 2022
1 parent 4c3d7b1 commit fd6cad8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-build</artifactId>
<version>0.0.32-SNAPSHOT</version>
</parent>
<groupId>io.spring.javaformat</groupId>
<artifactId>io.spring.javaformat.gradle.plugin</artifactId>
<packaging>pom</packaging>
<name>io.spring.javaformat Gradle Plugin Marker</name>
<dependencies>
<dependency>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-gradle-plugin</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions spring-javaformat-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
</build>
<modules>
<module>spring-javaformat-gradle-plugin</module>
<module>io.spring.javaformat.gradle.plugin</module>
</modules>
</project>

0 comments on commit fd6cad8

Please sign in to comment.