Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Prepend AOT jar to classpath for bootJar Gradle task#1466

Closed
hdeadman wants to merge 2 commits intospring-attic:mainfrom
hdeadman:gradlecp
Closed

Prepend AOT jar to classpath for bootJar Gradle task#1466
hdeadman wants to merge 2 commits intospring-attic:mainfrom
hdeadman:gradlecp

Conversation

@hdeadman
Copy link
Contributor

Have the spring aot gradle plugin put generated aot jar at the beginning of the boot jar classpath rather than the end.

Fixes #1463

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 23, 2022
@bclozel bclozel self-assigned this Jan 24, 2022
@bclozel bclozel added theme: aot type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 24, 2022
@bclozel bclozel added this to the 0.11.2 milestone Jan 24, 2022
@bclozel bclozel changed the title have gradle prepend aot jar to beginning of boot jar classpath Prepend AOT jar to classpath for bootJar Gradle task Jan 24, 2022
@bclozel bclozel closed this in 5b6fa3c Jan 24, 2022
@bclozel
Copy link
Contributor

bclozel commented Jan 24, 2022

Thanks for your contribution @hdeadman !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type: bug A general bug

Development

Successfully merging this pull request may close these issues.

Classpath for gradle built jar not the same as maven jar, aot.jar produced by gradle plugin is last in classpath

3 participants