Noah Taylor
Noah Taylor
is there a way to exclude dependencies directly like in shadowJar? shadowJar { dependencies { exclude(dependency('shadow:d:1.0')) } }
For some reason I need to include: compile group: 'org.openjdk.jmh', name: 'jmh-generator-reflection', version: '1.18' as a dependency in my gradle file. Should this be the case?
Data api
Hello, I was just wondering how come none of the data api classes were implemented? https://developers.google.com/maps/documentation/javascript/reference#Data