feat(dependency): refactor gradle dependencies by tomatoishealthy · Pull Request #5625 · tronprotocol/java-tron

Conversation

@tomatoishealthy

What does this PR do?

close #5561

Why are these changes required?

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

317787106

annotationProcessor 'org.projectlombok:lombok:1.18.12'
testCompileOnly 'org.projectlombok:lombok:1.18.12'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you simplify the dependency org.projectlombok:lombok:1.18.12?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does compile 'org.projectlombok:lombok:1.18.12'work ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it doesn't work

halibobo1205