File tree 2 files changed +1
-2
lines changed
byte-buddy-dep/src/main/java/net/bytebuddy/description/type
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
architecture : x64
132
132
cache : maven
133
133
- name : Build project
134
- run : ./mvnw jacoco:prepare-agent verify jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }} -Pintegration -Pextras
134
+ run : ./mvnw jacoco:prepare-agent verify jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }} -Pintegration -Pextras -Pchecks
135
135
release :
136
136
name : Release new version
137
137
runs-on : ubuntu-18.04
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .Serializable ;
50
50
import java .lang .annotation .Annotation ;
51
- import java .lang .annotation .ElementType ;
52
51
import java .lang .reflect .*;
53
52
import java .security .PrivilegedAction ;
54
53
import java .util .*;
You can’t perform that action at this time.
0 commit comments