.sdkmanrc vs. gradlew/mvnw for build tools #1152
                  
                    
                      mims-github
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Assumption: sdkman is used for JVM version in project with
.sdkmanrcQuestion/discussion: any disadvantages to use also
.sdkmanrcalso for the build tool version, instead of the corresponding wrappers? And use and install everything withsdk env --install.As it looks in the GitHub repo of sdkman projects itself, there one can find the wrappers checked in.
One potential disadvantage I can see, is that tools like IDE have special handling for the wrapper and can use the correct version, where as they do not have special handling for the build tool version in
.sdkmanrc.Did somebody use that already? Experiences?
Beta Was this translation helpful? Give feedback.
All reactions