Skip to content

Commit

Permalink
empty javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-olaveide committed Jan 3, 2024
1 parent f2da246 commit f3864e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions token-validation-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand All @@ -63,6 +61,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit f3864e9

Please sign in to comment.