7 Commits

Author SHA1 Message Date
Josh Cummings
1ce2c14dba Update to Gradle 8.10.2
Closes gh-327"
2024-10-14 17:16:54 -06:00
Josh Cummings
42fbd1678c Fix Checkstyle in AOT Data 2024-09-25 13:38:01 -06:00
Josh Cummings
93ebfca7b8 Make Javaformat and AOT work together
Spring JavaFormat seems to process all source directories,
including those that contain AOT-generated sources.

This causes failures for checkFormat as well as checkstyle.
These are failures that we can ignore since the source code
is generated.

Additionally, there is some kind of interaction between
JavaFormat and the Spring Boot AOT support that makes Gradle
think that compileJava and a few other tasks need to depend
on formatMain and formatTest.
2024-09-25 13:35:32 -06:00
Josh Cummings
5125d5aa05 Add Missing Group Id 2024-09-25 13:32:47 -06:00
Josh Cummings
b5ceba61db Fix Formatting 2024-09-17 14:23:22 -06:00
Josh Cummings
4a7012b6f7 Make format task work with AOT project 2024-09-17 14:22:53 -06:00
Josh Cummings
56033d76f8 Add Spring Data AOT Sample
Closes gh-317
2024-09-10 16:28:10 -06:00