Skip to content

Commit

Permalink
Fix delombok
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 24, 2023
1 parent 25bde3d commit 0793b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbm-support-rewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ limitations under the License.
</goals>
<configuration>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
<outputDirectory>${basedir}/target/delomboked</outputDirectory>
<outputDirectory>${basedir}/target/generated-sources/delomboked</outputDirectory>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 0793b5d

Please sign in to comment.