Skip to content

Commit

Permalink
CAUSEWAY-3800: skip delombok for viewers/graphql/model
Browse files Browse the repository at this point in the history
as currently fails
  • Loading branch information
danhaywood committed Dec 31, 2024
1 parent 4315299 commit c558e7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion viewers/graphql/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<properties>
<jar-plugin.automaticModuleName>org.apache.causeway.viewer.graphql.model</jar-plugin.automaticModuleName>
<git-plugin.propertiesDir>org/apache/causeway/viewer/graphql/model</git-plugin.propertiesDir>

<lombok.delombok.skip>true</lombok.delombok.skip>
</properties>

<dependencies>
Expand All @@ -53,7 +55,7 @@
<groupId>org.springframework.graphql</groupId>
<artifactId>spring-graphql</artifactId>
</dependency>

<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-extended-scalars</artifactId>
Expand Down

0 comments on commit c558e7b

Please sign in to comment.