franzbecker / gradle-lombok

Gradle plugin for Lombok support
Apache License 2.0
182 stars 22 forks source link

Use annotationProcessor on Gradle 4.6 and later #35

Closed dialogbox closed 6 years ago

dialogbox commented 6 years ago

To solve the deprecation warning on Gradle 4.6 and later, conditional setup codes are added.

codecov-io commented 6 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #35      +/-   ##
============================================
+ Coverage     98.63%   98.71%   +0.08%     
- Complexity       21       22       +1     
============================================
  Files             5        5              
  Lines            73       78       +5     
  Branches          6        7       +1     
============================================
+ Hits             72       77       +5     
  Partials          1        1
Impacted Files Coverage Δ Complexity Δ
...y/io/franzbecker/gradle/lombok/LombokPlugin.groovy 100% <100%> (ø) 6 <0> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a09bc3c...9551891. Read the comment docs.

dialogbox commented 6 years ago

34

dialogbox commented 6 years ago

32