Skip to content

Commit

Permalink
Some cleanup, javadoc fix and mentions before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozsie committed May 13, 2020
1 parent 7c1b805 commit 2f59c66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ _Example_
* [ThatJoeMoore](https://github.com/ThatJoeMoore)
* [va1m](https://github.com/va1m)
* [vladimirfx](https://github.com/vladimirfx)
* [pinkasey](https://github.com/pinkasey)
* [krichter722](https://github.com/krichter722)


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FOzsie%2Fdetekt-maven-plugin.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FOzsie%2Fdetekt-maven-plugin?ref=badge_large)
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Compile -->
<kotlin.version>1.3.61</kotlin.version>
<kotlin.version>1.3.72</kotlin.version>
<detekt.version>1.8.0</detekt.version>
<jcommander.version>1.72</jcommander.version>
<snakeyaml.version>1.21</snakeyaml.version>
Expand Down Expand Up @@ -244,6 +244,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<source>${java.version}</source>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/github/ozsie/JvmTarget.kt

This file was deleted.

0 comments on commit 2f59c66

Please sign in to comment.