Skip to content

Commit fd6cad8

Browse files
committed
Add a marker artifact for the io.spring.javaformat gradle plugin
see https://docs.gradle.org/7.0/userguide/plugins.html#sec:plugin_markers see #309
1 parent 4c3d7b1 commit fd6cad8

File tree

2 files changed

+22
-0
lines changed
  • spring-javaformat-gradle

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>io.spring.javaformat</groupId>
7+
<artifactId>spring-javaformat-build</artifactId>
8+
<version>0.0.32-SNAPSHOT</version>
9+
</parent>
10+
<groupId>io.spring.javaformat</groupId>
11+
<artifactId>io.spring.javaformat.gradle.plugin</artifactId>
12+
<packaging>pom</packaging>
13+
<name>io.spring.javaformat Gradle Plugin Marker</name>
14+
<dependencies>
15+
<dependency>
16+
<groupId>io.spring.javaformat</groupId>
17+
<artifactId>spring-javaformat-gradle-plugin</artifactId>
18+
<version>${project.version}</version>
19+
</dependency>
20+
</dependencies>
21+
</project>

spring-javaformat-gradle/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
</build>
3333
<modules>
3434
<module>spring-javaformat-gradle-plugin</module>
35+
<module>io.spring.javaformat.gradle.plugin</module>
3536
</modules>
3637
</project>

0 commit comments

Comments
 (0)