Make local repo posting work #51
Replies: 6 comments
-
|
Closing from discussion as I think post it to issues makes more sense. |
Beta Was this translation helpful? Give feedback.
-
|
Reopen based on reaction of Issue #54, which was closed before I answer the question in the closing comment. |
Beta Was this translation helpful? Give feedback.
-
|
Apologies for that, 0.4.0 has now been published to maven central. |
Beta Was this translation helpful? Give feedback.
-
|
@ryantanner Ur.. I can see only the bom 0.4.0 in maven central... So the code pointing to 0.4.0 just won't compile. Not sure if it is their have indexing delay or your push having some troubles. |
Beta Was this translation helpful? Give feedback.
-
|
Ok. Now the artifact is available below. But the whole thing still won't work... because service-wiring depend on wiring, which seems newly refactored tenant/wiring, which is not available. |
Beta Was this translation helpful? Give feedback.
-
|
Closing discussion as Issue #54 adopted so local build possible to help to verify. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
publishToMavenLocal.patch
I believe attached patch makes publishToMavenLocal work so that I can test out viaduct changes with applications that are independent project with their own git repo without bringing them into viaduct project.
The patch addressed several issues
Now, one can just set the target version like 0.4.0-next in VERSION file and run "./gradlew publishToMavenLocal". it will post ~/.m2 maven local repo as 0.4.0-next-SNAPSHOT. cli-starter project can then set the version in gradle.properties and add mavenLocal() in both pluginManagement and dependency management to use the locally published artifact.
Since there are breaking changes in ExecutionInput and etc for 0.4.0, I still need to update my code for it to work with the local maven repo. 0.4.0 plugin appears to be published in plugin repo but 0.4.0 lib has not to maven central.
Beta Was this translation helpful? Give feedback.
All reactions