We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aab39 commit 8f75dcbCopy full SHA for 8f75dcb
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.jetbrains.intellij' version '0.4.16'
+ id 'org.jetbrains.intellij' version '0.4.26'
4
}
5
6
group 'com.github.lppedd'
@@ -16,9 +16,7 @@ repositories {
16
dependencies {
17
testCompile group: 'junit', name: 'junit', version: '4.12'
18
19
- annotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.2.0'
20
- annotationProcessor 'net.bytebuddy:byte-buddy:1.10.8'
21
- annotationProcessor 'net.bytebuddy:byte-buddy-agent:1.10.8'
+ annotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.3.0'
22
23
24
intellij {
0 commit comments