forked from spring-io/spring-javaformat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a marker artifact for the
io.spring.javaformat
gradle plugin
- Loading branch information
1 parent
4c3d7b1
commit fd6cad8
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
spring-javaformat-gradle/io.spring.javaformat.gradle.plugin/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters