light(liangliang.dai)
light(liangliang.dai)
So mvnd has less potential on CI, because can‘t benifit from daemon, more suitable for local build and run proeject again and again, is it right?
How imporvenment between mvnd and mvn parallel buld? e.g. `mvn -T 1C` In my viewPoint,mvnd benefit from daemon service rather than parallel build compared to maven3
> How imporvenment between mvnd and mvn parallel buld? e.g. `mvn -T 1C` In my viewPoint,mvnd benefit from daemon service rather than parallel build compared to maven3 I withdraw what...
same issue looks like it was designed that way ``` // the code from `~/.asdf/plugins/java/set-java-home.bash` function _asdf_java_prompt_command() { if [[ "${PWD}" == "${LAST_PWD}" ]]; then return fi LAST_PWD="${PWD}" _asdf_java_update_java_home }...
> same issue > > looks like it was designed that way > > ``` > // the code from `~/.asdf/plugins/java/set-java-home.bash` > function _asdf_java_prompt_command() { > if [[ "${PWD}" ==...
Hey @DavidGamba Could you please introduce the usage scenarios? For me, I'd like to provide a channel (repo) for the developers to upload third-party libraries by themselves.
Jump into the same issue. Could not delete the resources since the deletion API was also deprecated. What is the migration step for Terromform? manually clean the state file?
I've solved the headache problem by removing the `github_repository_tag_protection` resource in the state file and instead, you should use `github_repository_ruleset`. For the state removal, You can use [`cli state rm`...