Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
7,275 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 8 commits in 5 repositories
Created 2 repositories
Created a pull request in gradle/gradle that received 5 comments
Add the Spotless plugin to support automatically removing unused imports
Context Often when contributing to Gradle/Gradle, I am annoyed that, after trying a bunch of things, I end up with a bunch of lingering imports. Th…
Opened 5 other pull requests in 3 repositories
gradle/gradle
2
open
GradleLegend/init-gradle-project
2
open
GradleLegend/GradleLegend
1
merged
Reviewed 12 pull requests in 3 repositories
gradle/gradle 9 pull requests
- Fixed a null pointer exception in GcsClient.
- Apply include/exclude configuration to Jacoco Report task
- Support unmodifiable map in CopySpec#expand
- Class generator: implement name property automatically
- Add test case for #11247
- Maven publish webdav
- Test sources should be available via Eclipse project dependency when target project applies java-test-fixtures plugin
- Fix credentials serialization with publishing
- List included builds in `projects` task output
JLLeitschuh/ktlint-gradle 2 pull requests
gradle/playframework 1 pull request
Created an issue in ExpediaGroup/graphql-kotlin that received 4 comments
Plugin drags along a lot of dependencies with it
Library Version
4.0.0-alpha.7
Describe the bug
From what it looks like, applying the com.expediagroup.graphql plugin to your Gradle build will add …