File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
io.spring.javaformat.gradle.plugin Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 3232 </build >
3333 <modules >
3434 <module >spring-javaformat-gradle-plugin</module >
35+ <module >io.spring.javaformat.gradle.plugin</module >
3536 </modules >
3637</project >
You can’t perform that action at this time.
0 commit comments