Commit Graph

18 Commits

Author SHA1 Message Date
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
Marcus Hert Da Coregio
f4a350c572 Disable checkFormatAot task 2024-09-12 15:45:35 -03:00
dependabot[bot]
19d4fb58f2 Bump io.spring.javaformat from 0.0.41 to 0.0.42
Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: io.spring.javaformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:02:06 -03:00
dependabot[bot]
b5ea091349 Bump io.spring.javaformat:spring-javaformat-checkstyle
Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:59 -03:00
dependabot[bot]
06f3d3efec Bump io.spring.javaformat from 0.0.25 to 0.0.41
Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.25 to 0.0.41.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.25...v0.0.41)

---
updated-dependencies:
- dependency-name: io.spring.javaformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 11:58:40 -03:00
dependabot[bot]
44bffbf137 Bump io.spring.javaformat:spring-javaformat-checkstyle
Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.25 to 0.0.41.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.25...v0.0.41)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 11:57:37 -03:00
Marcus Da Coregio
3f8e2c204a Upgrade to Gradle 8.3
Closes gh-147
2023-09-21 16:17:57 +01:00
Marcus Da Coregio
2d2ffb5d7b Add -parameters to compiler args
Closes gh-139
2023-07-17 12:29:59 -03:00
Marcus Da Coregio
0d2c94c1d8 Accept gradle Terms of Service
Issue gh-94
2022-09-16 08:52:31 -03:00
Marcus Da Coregio
13c2ee4dd7 Add new task that runs all subproject's tests 2022-09-16 08:52:30 -03:00
Marcus Da Coregio
b59fdda518 Revert "Accept gradle Terms of Service"
This reverts commit 44c9bd050f.
2022-09-13 08:25:38 -03:00
Marcus Da Coregio
44c9bd050f Accept gradle Terms of Service
Issue gh-94
2022-09-12 14:58:18 -03:00
Rob Winch
cda205bb91 Use jcenter instead of mavenCentral
jcenter has dependencies for gretty and repo.spring.io now requires
authentication to download new dependencies
2020-11-19 12:34:38 -06:00
Rob Winch
280d1e33ca id 'io.spring.nohttp' version '0.0.5.RELEASE' 2020-10-28 14:20:45 -05:00
Rob Winch
97509418e0 "io.spring.javaformat" version "0.0.25" 2020-10-28 14:20:32 -05:00
Rob Winch
0d1e1aba47 ":reactive:webflux:oauth2:login" 2020-07-28 14:00:09 -05:00
Rob Winch
282ba7a2f3 Ensure tests exist 2020-07-28 09:13:20 -05:00
Rob Winch
c24e955db3 :servlet:spring-boot:java:hello-security 2020-07-09 17:01:39 -05:00