Marcus Da Coregio
cddffa46b4
Add initScripts and projectProperties to IncludeCheckRemotePlugin
...
Issue gh-10344
4 years ago
Rob Winch
451873fdb7
RepositoryRef Serializable
...
This is necessary to support caching of tasks that use RepsitoryRef as
inputs or outputs.
Issue gh-11158
4 years ago
Rob Winch
57cf0bf3bb
GitHubMilestoneNextVersionDueTodayTask Outputs to File
...
Rather than having the task fail if the milestone is not due today, it now
outputs to a file true or false. This allows the pipeline to determine
if it should continue or not without causing a failure.
Issue gh-11158
4 years ago
Rob Winch
78f059e446
GitHubMilestoneHasNoOpenIssuesTask outputs to a file
...
Rather than having the task fail if the milestone is not due today, it now
outputs to a file true or false. This allows the pipeline to determine
if it should continue or not without causing a failure.
Closes gh-11158
4 years ago
Simone Giannino
c719a8e4d4
Update saganCreateRelease property referenceDocUrl
...
- Updated saganCreateRelease task with the new referenceDocUrl for reference documentation
Closes gh-11016
4 years ago
Eleftheria Stein
992b8c38ac
Update antora on next development version release
...
Move commit from gradle task to workflow. Update antora.yml after project version update and before commit.
Closes gh-11021
4 years ago
Eleftheria Stein
55c956ee68
Add task to update version in antora.yml
...
This task updates the docs version based on the version in gradle.properties
Closes gh-11020
4 years ago
Eleftheria Stein
f12e5cab3c
Add gradle task for updating to next development version
...
Issue gh-10461
4 years ago
Eleftheria Stein
6f35364c5d
Default next milestone when checking for open issues
...
Closes gh-10921
4 years ago
Eleftheria Stein
d644f32baa
Add gradle task to update project version
...
Closes gh-10455
4 years ago
Eleftheria Stein
f8675343e6
Extract IO Utils in buildSrc
...
Issue gh-10455
4 years ago
Eleftheria Stein
1a1ef42094
Add workflow that triggers release on due date
...
Add 2 Gradle tasks, one that calculates the next release milestone based on the current version and one that checks if it is due today.
Issue gh-10451
Issue gh-10455
4 years ago
Rob Winch
122f7b52bd
Add CheckProhibitedDependenciesLifecyclePlugin
...
Issue gh-10501
4 years ago
Rob Winch
fbc685437e
Add CheckClasspathForProhibitedDependencies
...
Issues gh-10499 gh-10501
4 years ago
Rob Winch
dffa0ed430
CheckAntoraVersionTask has optional properties
4 years ago
Rob Winch
ade0872d09
Verify Antora display_versionsaving
...
Issue gh-10765
4 years ago
Marcus Da Coregio
9dd9e6bd61
Rename integrationTestCompile/Runtime configurations
...
The kotlin-gradle-plugin is changing some configuration's properties from configurations that has the same prefix as the sourceSet.
It is enforcing the canBeResolved property to false. See https://youtrack.jetbrains.com/issue/KT-50748 .
This commits changes the suffix to compile -> compileClasspath, runtime -> runtimeClasspath to workaround this issue.
Issue gh-10350
4 years ago
Josh Cummings
0ae41ff873
Update Structure101 binaries link
...
Closes gh-10697
4 years ago
Josh Cummings
6706512b3a
Pull most recent Structure101 version
...
Closes gh-10696
4 years ago
Rob Winch
d5483f7cbb
Antora prerelease: true for milestone and rc
4 years ago
Rob Winch
9b6c7af526
Add CheckAntoraVersionPlugin
4 years ago
Steve Riesenberg
ad907457ee
Fix inconsistency in hasProperty check
4 years ago
Steve Riesenberg
80e39e9343
Add GitHubReleasePlugin with createGitHubRelease task
...
Closes gh-10456
Closes gh-10457
4 years ago
Lars Grefer
0541341201
Remove usages of Gradle's jcenter() repository
...
Closes gh-10253
4 years ago
Lars Grefer
5c012dc7eb
Fix Gradle Deprecation Warnings
4 years ago
Marcus Da Coregio
34e77cb3ca
Update Structure101 version
4 years ago
Marcus Da Coregio
db60df2f9c
Update to Spring Framework 6.0
...
Issue gh-10360
4 years ago
Marcus Da Coregio
010f719344
Upgrade to JDK 17
...
Closes gh-10343
4 years ago
Josh Cummings
d779cd1d48
Support Structure101 License ID
...
Closes gh-10443
4 years ago
Marcus Da Coregio
02b2fcc6f0
Restore ManagementConfigurationPlugin
...
Issue gh-9615
4 years ago
Marcus Da Coregio
d2e5f2ae0d
Update Gradle to 7.2
...
Closes gh-9615
4 years ago
Josh Cummings
6978f51f19
Structure101 Build Plugin
...
Issue gh-6236
5 years ago
Rob Winch
be9ff16583
Remove Asciidoctor from the build in favor of Antora
5 years ago
Rob Winch
d3c5c6add3
Update io.spring.nohttp to 0.0.10
...
Closes gh-10290
5 years ago
Rob Winch
2765cd58f1
Exclude rc without versions from dependencyUpdates
5 years ago
Marcus Da Coregio
87687bf03f
Fix Gradle Plugin
...
Fix IncludeCheckRemotePlugin to add the default tasks even without defining the extension properties
Issue gh-9846
5 years ago
Marcus Da Coregio
c562d56ff4
Add checkSamples task
...
Closes gh-9846
5 years ago
Rob Winch
715f06c4c2
useJUnitPlatform for integration tests
...
Issue gh-9467
5 years ago
Josh Cummings
c4e53e51d7
Close zip file
...
Issue gh-9467
5 years ago
Rob Winch
f73f213f50
Remove DependencySetPlugin
...
Closes gh-10070
5 years ago
Rob Winch
c173e801c5
Convert buildSrc to JUnit 5
...
Closes gh-9467
5 years ago
Rob Winch
04fbe03a9e
remove junit
5 years ago
Rob Winch
8652f01269
useJUnitPlatform
5 years ago
Rob Winch
1047e09fee
Add JUnit 5 Dependencies
5 years ago
Rob Winch
14240b2559
Remove Powermock
...
Powermock does not support JUnit5 yet, so we need to remove it
to support JUnit 5. Additionally, maintaining additional libraries
adds extra work for the team.
Mockito now supports final classes and static method mocking. This
commit replaces Powermock with mockito-inline.
Closes gh-6025
5 years ago
Marcus Hert da Coregio
7075296deb
Add a link checker to docs build
...
Closes gh-9818
5 years ago
Rob Winch
8a4ee8af43
Artifactory defaults to publish mavenJava Publication
...
Closes gh-9772
5 years ago
Rob Winch
df4d0dc488
Ignore Invalid buildSrc Tests
5 years ago
Rob Winch
abd100122e
Fix SpringNexsPublishPlugin spacing in root
5 years ago
Rob Winch
39c5f3d955
Fix closeAndReleaseOssrhStagingRepository
5 years ago