Skip to content

Commit

Permalink
fix: Delete Jcabi Maven Plugin - Meeds-io/meeds#2417 (#206)
Browse files Browse the repository at this point in the history
This change will delete JCabi Plugin usage in favor of AspectJ Plugin for AspectJ Annotation processing.
  • Loading branch information
boubaker authored Sep 27, 2024
1 parent 2c94308 commit 54bd208
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gamification-github-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@
</argLine>
</configuration>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 54bd208

Please sign in to comment.