-
-
Notifications
You must be signed in to change notification settings - Fork 971
Upgrade to Gradle 9.4.1 and Micronaut 4 #15365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
9fb6826
b8dfcfd
df9f655
852effb
80ee39c
dce09db
0460397
4ea8427
7ce8d2b
64541cd
1dae938
3409dfd
1eeb45f
081028b
a0cd73a
66f6229
5afdf6d
34c0f9d
b5a833a
53a5312
f235047
6949ed3
912f185
38620a9
49d6418
8eef136
4c028a8
237527b
0196bd2
e1f3013
8fd88b8
9a39c79
876a8fc
fe527d1
5d21fc3
dae431d
0143553
cc2f85f
d9a2181
ccafe2b
735ce32
0314d5f
9f4831f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,6 @@ | |
| */ | ||
|
|
||
| plugins { | ||
| id 'com.gradleup.shadow' | ||
| id 'org.apache.grails.buildsrc.properties' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The shadow plugin is used to create a fat jar, why was it removed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Verified safe to keep removed. The The shadow plugin is still explicitly applied where it actually produces a fat jar ( Verified locally: |
||
| id 'io.micronaut.application' version "$micronautApplicationPluginVersion" | ||
| } | ||
|
|
@@ -39,6 +38,7 @@ dependencies { | |
| implementation "org.postgresql:postgresql:$postgresqlVersion" | ||
|
|
||
| runtimeOnly "ch.qos.logback:logback-classic:$logbackClassicVersion" | ||
| runtimeOnly 'io.micronaut:micronaut-jackson-databind' | ||
|
|
||
| testCompileOnly "io.micronaut:micronaut-inject-groovy:$micronautVersion" | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.