Marcus Da Coregio
e29ea47ff7
Use Gradle's Version Catalog
...
Issue gh-13868
3 years ago
Eric Haag
f026e29771
Add dependency on rncToXsd task from nohttp
...
This addresses a deprecation warning causing build caching to be
disabled for the checkstyleNohttp task. With this change, we tell
Gradle that the rncToXsd task in the spring-security-config project
produces output that should be considered when running the
checkstyleNohttp task. This clears up ambiguities when computing the
task graph.
3 years ago
Marcus Da Coregio
afec90c8e8
Remove /plugins-release and /plugins-snapshot from build
...
Those repositories now need authentication, and we do not actually need them, the dependencies can be resolved from Maven Central
Closes gh-13245
(cherry picked from commit 663f5cf76b )
3 years ago
Marcus Da Coregio
9e22d40264
Update io.spring.nohttp to 0.0.11
...
Closes gh-13394
3 years ago
Josh Cummings
f125785328
Update io.spring.nohttp to 0.0.11
...
Closes gh-12734
3 years ago
Steve Riesenberg
d245a54951
Update io.spring.nohttp to 0.0.11
...
Closes gh-12720
3 years ago
Steve Riesenberg
aaa6983fda
Exclude mockk 1.13.4 update
...
Issue gh-12695
3 years ago
Steve Riesenberg
e173dfac0b
Exclude minor version updates
3 years ago
Marcus Da Coregio
8cde8fb363
Update Gradle to 7.5.1
...
Closes gh-11779
3 years ago
Steve Riesenberg
c0b930e421
Resolve plugin dependencies
3 years ago
Steve Riesenberg
5dbfa57c19
Resolve plugin dependencies
3 years ago
Marcus Da Coregio
e0f8c711d8
Add default value for cloneOutputDirectory property
...
Closes gh-11969
4 years ago
Steve Riesenberg
d915f0f9ca
Update aspectj-plugin to 6.5.1
...
Closes gh-11839
4 years ago
Steve Riesenberg
11f46fc584
Exclude release candidate dependencies
4 years ago
Marcus Da Coregio
7756247c3a
Simplify checkSamples task
...
Closes gh-11814
4 years ago
Marcus Da Coregio
40abf87ae6
Add buildScan to checkRemote
...
Closes gh-11766
4 years ago
Steve Riesenberg
4350f5fb9d
Update aspectj-plugin to 6.5.0.3
...
Closes gh-11546
4 years ago
Steve Riesenberg
148756076c
Backport release automation and github actions
...
Closes gh-11501
4 years ago
Steve Riesenberg
539443b4be
Add GitHubReleasePlugin with createGitHubRelease task
...
Issue gh-10456
Issue gh-10457
4 years ago
Steve Riesenberg
d76c321f8c
Backport release automation and github actions
...
Closes gh-11500
4 years ago
Steve Riesenberg
de45964f55
Backport release automation and github actions
...
Closes gh-11480
4 years ago
Joe Grandja
8cbb972cef
Add dependency update exclusion for spring-javaformat-checkstyle
4 years ago
Joe Grandja
6f43d234dc
Update aspectj-plugin to 6.4.3.1
...
Closes gh-11402
4 years ago
Joe Grandja
37ee70ae86
Add dependency update exclusion for spring-javaformat-checkstyle
4 years ago
Joe Grandja
8ea37360ac
Add dependency exclusion rules
4 years ago
j3graham
29ba67b6d7
Remove dependency on commons-codec by using java.util.Base64
...
Closes gh-11318
4 years ago
Marcus Da Coregio
4631375270
Use Java 8 Toolchain for modules
...
Issue gh-10816
4 years ago
Marcus Da Coregio
4c2401a576
Revert "Make source code compatible with JDK 8"
...
This reverts commit 60ed3602f6 .
4 years ago
Rob Winch
59158ed8c0
Update aspectj-plugin to 6.4.3
...
Closes gh-11218
4 years ago
Marcus Da Coregio
330f0f050d
Add initScripts and projectProperties to IncludeCheckRemotePlugin
...
Issue gh-10344
4 years ago
Marcus Da Coregio
34f280a5a3
Add initScripts and projectProperties to IncludeCheckRemotePlugin
...
Issue gh-10344
4 years ago
Marcus Da Coregio
723648af00
Add initScripts and projectProperties to IncludeCheckRemotePlugin
...
Issue gh-10344
4 years ago
Rob Winch
8a54cea6f0
Revert to aspectj-plugin-6.4.1
...
There appears to be an issue with publication of aspectj plugin, so
this commit reverts to a previous working version.
See https://github.com/freefair/gradle-plugins/issues/511
4 years ago
Rob Winch
2b858f9371
Use gradlePluginPortal()
4 years ago
Rob Winch
70aa33b914
Update aspectj-plugin to 6.4.2
...
Closes gh-11143
4 years ago
Rob Winch
5606fd5004
Password for plugins
4 years ago
Eleftheria Stein
e75382736d
Update to spring-build-conventions:0.0.23.4.RELEASE
...
Closes gh-11098
4 years ago
Eleftheria Stein
cb2291cc24
Update to spring-build-conventions:0.0.23.3.RELEASE
...
Closes gh-11093
4 years ago
Simone Giannino
e4a321511a
Update saganCreateRelease property referenceDocUrl
...
- Updated saganCreateRelease task with the new referenceDocUrl for reference documentation
Closes gh-11016
4 years ago
Simone Giannino
ea373645e5
Update saganCreateRelease property referenceDocUrl
...
- Updated saganCreateRelease task with the new referenceDocUrl for reference documentation
Closes gh-11016
4 years ago
Marcus Da Coregio
1f028c0ec3
Update aspectj-plugin to 6.4.1
...
Closes gh-10880
4 years ago
Rob Winch
aa06088077
Add CheckProhibitedDependenciesLifecyclePlugin
...
Issue gh-10501
4 years ago
Rob Winch
2a60776c8a
Add CheckClasspathForProhibitedDependencies
...
Issues gh-10499 gh-10501
4 years ago
Rob Winch
72dd4e738b
Add CheckProhibitedDependenciesLifecyclePlugin
...
Issue gh-10501
4 years ago
Rob Winch
d146bcb7fc
Add CheckClasspathForProhibitedDependencies
...
Issues gh-10499 gh-10501
4 years ago
Steve Riesenberg
801dcfdcb4
Allow milestones and release candidates in version upgrades
4 years ago
Steve Riesenberg
8abd4e999f
Add GitHubReleasePlugin with createGitHubRelease task
...
Closes gh-10456
Closes gh-10457
4 years ago
Marcus Da Coregio
a763382c3e
Make source code compatible with JDK 8
...
Closes gh-10695
4 years ago
Marcus Da Coregio
e1cb375fbf
Make source code compatible with JDK 8
...
Closes gh-10695
4 years ago
Marcus Da Coregio
60ed3602f6
Make source code compatible with JDK 8
...
Closes gh-10695
4 years ago