243826
243826
getting the same error: ```json "dependencies": { "@react-native-community/checkbox": "^0.5.9", "react": "17.0.2", "react-native": "^0.66.4", "react-native-windows": "^0.66.6" }, ```
+1 My use case is really simple. I have a 3rd party project compiled for java 8. I want a java 7 version of it. I should be able to...
@stevehu This is what I think: ``` dockerize --publish --org org_name --name image_name --version version --file docker_file ``` And invoke this command from within pom in response to deploy phase...
I wrote the other script yesterday. But if this is good, we should go this route and I feel that this is better especially since you do not need docker...
I reviewed it and seems to work very well. @NicholasAzar do you want to create a PR or do you want me to create one?