Skip to content

Commit

Permalink
pretty printing
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Nov 19, 2023
1 parent eafd058 commit 2589bfb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jmlparser-jml-pretty/pom.xml
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.github.jmltoolkit</groupId>
<artifactId>jmlparser-parent</artifactId>
<version>3.25.6</version>
</parent>
<artifactId>jmlparser-jml-pretty</artifactId>

<dependencies>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.16.0</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<module>javaparser-symbol-solver-testing</module>
<module>jmlparser-jml-tests</module>
<module>jmlparser-jml-tools</module>
<module>jmlparser-jml-pretty</module>
</modules>

<groupId>io.github.jmltoolkit</groupId>
Expand Down

0 comments on commit 2589bfb

Please sign in to comment.