Commit e20e9d4
committed
fix: Use file-based activation for local-dev-javase profile
Changed the activation of the `local-dev-javase` profile in `maven/javase/pom.xml` to be based on the existence of the `${cn1.build.client.path}` file.
This prevents the profile from being active during the release build in GitHub Actions, which should fix the Maven Central deployment issue.1 parent 4e051bf commit e20e9d4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments