You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to open up a resource package not containing any classes, but the run task fails.
Running the build task and then executing the distribution will work.
A workaround is creating a dummy class in the package.
I also modified the test-project to show this behaviour: mkroening@48c5793
Running $ ../gradlew :greeter.runner:run will fail, but $ ../gradlew :greeter.runner:build and then executing the distribution succeeds.
The text was updated successfully, but these errors were encountered:
I need to open up a resource package not containing any classes, but the run task fails.
Running the build task and then executing the distribution will work.
A workaround is creating a dummy class in the package.
I stumbled onto this bug while experimenting with OptaPlanner on the module path: mkroening/optaplanner-modulepath-example#2
I also modified the test-project to show this behaviour: mkroening@48c5793
Running
$ ../gradlew :greeter.runner:run
will fail, but$ ../gradlew :greeter.runner:build
and then executing the distribution succeeds.The text was updated successfully, but these errors were encountered: