Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
-
maven-time-tracker
Track the execution time of your Maven build
-
kotlin-classes-dir-test
Test for using Gradle configuration attributes to get to compiled Kotlin classes
Java 2
-
maven-3
Forked from krosenvold/maven
Mirror of Apache Maven 3
Java 1
-
blog
Blog test with Octopress
JavaScript 1
-
lptr.github.com
lptr's blog
JavaScript 1
-
csopibeszi
Java 1
1,280 contributions in the last year
Contribution activity
April 2019
Created a pull request in gradle/gradle that received 1 comment
Use Java 8-compatible variant of Guava
There doesn't seem to be a need for the Java 7-compatible variant (-android) of Guava.
This enables the use of immutable Collectors to be used with…
- Fix performance test project generator tasks
- Fix DistributedPerformanceTest
- Visiting file collections, take 1
- Upgrade to Guava 27.1
- Define size of immutable builders where possible
- Label current version in cross-version tests as 'current'
- Revert "Use Java 8-compatible variant of Guava"
- Fix Guava performance regression
- Improve validation of annotations
- Add tests for different cache problems disabling caching
- Add transform build operation
- Validate types for injection annotations
- Re-use scheduled transform result only when available
- Use Provider<FileSystemLocation> for artifact transforms
- Add documentation for InputChanges
- Deprecate using `File` as InputArtifact
- Forbid tasks to write into transform workspaces
- Support optional incremental inputs
- Deprecate old transforms API
- Automatically clean up output files on rebuild
Created an issue in gradle/gradle that received 3 comments
Improve validation of annotations
Here's a plan that adds general validation for the following problems: error if a non-getter method has a tracked annotation error if methods anno…