Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix runClient and runServer Gradle tasks (MightyPirates#2673)
Compile dependencies are placed on the runtime classpath by Gradle. Because the compile configuration is set to extend from the provided config, all of those dependencies are put on the runtime classpath as well. In this patch, provided is instead made a separate configuration, and explicitly added to ONLY the compile classpath of the main sourceset.
- Loading branch information