Skip to content

Commit

Permalink
Compile with -parameters flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Jan 29, 2025
1 parent b041658 commit 21e1116
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion db-scheduler-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,21 @@
</dependency>
</dependencies>

<!-- TODO: enable when we get working -->
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>


<!-- TODO: enable when we get working -->
<!-- <build>-->
<!-- <pluginManagement>-->
<!-- <plugins>-->
Expand Down

0 comments on commit 21e1116

Please sign in to comment.