Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Jul 26, 2024
1 parent a926f74 commit dd148fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ graphqlCodegen {
"JSON" : "java.lang.Object",
"DateTimeFilterInput.gt" : "String", // serialization of OffsetDateTime does not work
"Assignment.user" : "GropiusGropiusUser", // concrete sub type to allow serialization of the user object
"TimelineItemConnection.nodes": "de.unistuttgart.iste.meitrex.scrumgame.ims.gropius.GropiusProjections.TimelineItemResponse",
"TrackableConnection.nodes" : "de.unistuttgart.iste.meitrex.scrumgame.ims.gropius.GropiusProjections.TrackableResponse",
"TimelineItemConnection.nodes": "de.unistuttgart.iste.meitrex.scrumgame.ims.gropius.executor.GropiusProjections.TimelineItemResponse",
"TrackableConnection.nodes" : "de.unistuttgart.iste.meitrex.scrumgame.ims.gropius.executor.GropiusProjections.TrackableResponse",
]
modelNamePrefix = "Gropius"
generateEqualsAndHashCode = true
Expand Down

0 comments on commit dd148fe

Please sign in to comment.