Skip to content

Commit

Permalink
Tweaked build some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenKPeterson committed Jul 5, 2020
1 parent cbcccf7 commit 6f8ddbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Java-only users want 3.x from the main branch.
<dependency>
<groupId>org.organicdesign</groupId>
<artifactId>Paguro</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
</dependency>
```

Expand Down
23 changes: 4 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,6 @@ http://mvnrepository.com/artifact/org.organicdesign/Paguro
<build>
<defaultGoal>compile</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<!--
I'm favoring the maven.compiler properties over this for now...
<compilerVersion>1.8</compilerVersion>
<source>1.8</source>
<target>1.8</target>
-->
<compilerArgs>
<arg>-profile</arg>
<arg>compact1</arg>
<arg>-Xlint</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -191,7 +173,7 @@ http://mvnrepository.com/artifact/org.organicdesign/Paguro
<dependency>
<groupId>org.organicdesign.testUtils</groupId>
<artifactId>TestUtils</artifactId>
<version>0.0.15</version>
<version>0.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -210,5 +192,8 @@ http://mvnrepository.com/artifact/org.organicdesign/Paguro
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.arg>-profile</maven.compiler.arg>
<maven.compiler.arg>compact1</maven.compiler.arg>
<maven.compiler.arg>-Xlint</maven.compiler.arg>
</properties>
</project>

0 comments on commit 6f8ddbb

Please sign in to comment.