DEV Community

Discussion on: Report about updating a Java project from JDK 8 to JDK 11

Collapse
 
janux_de profile image
Jan Mewes • Edited

But I had problems with the module system 9 month ago, when I evaluated the JPMS vs. Maven submodules vs. Gradle multi-project builds.

See this question on Stackoverflow which is still unanswered:

stackoverflow.com/questions/507872...

It was triggered by dependencies in the Spring framework which didn't like the JPMS constraints.

Collapse
 
singhsbgit profile image
singhsb-git • Edited

Hey,
I am trying to migrate from java 8 to 11 with gradle 7.5 version... I am getting error for the below grade command. Looks like install command does not work for cradle 7.5... is there a workaround or other commands that I could use for install

Command:
install.dependsOn createDir

Error:
Could not get unknown property 'install'