Skip to content

Commit 66a4f99

Browse files
authoredFeb 19, 2025
Fix Micronaut build (#134)
1 parent 330351a commit 66a4f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/run-experiments-micronaut-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1111
GIT_REPO: "https://github.com/micronaut-projects/micronaut-core"
1212
TASKS: "check"
13-
ARGS: "-x :http-client:test -x :inject:test -x japiCmp -DpredictiveTestSelection=false"
13+
ARGS: "-x japiCmp -DpredictiveTestSelection=false --warn"
1414

1515
jobs:
1616
Experiment:

0 commit comments

Comments
 (0)
Please sign in to comment.