File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
44}
55
66group ' com.github.lppedd'
7- version ' 0.2.2 '
7+ version ' 0.2.3 '
88
9- sourceCompatibility = JavaVersion . VERSION_12
9+ sourceCompatibility = JavaVersion . VERSION_14
1010
1111repositories {
1212 mavenCentral()
@@ -15,14 +15,17 @@ repositories {
1515
1616dependencies {
1717 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
18+
1819 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'
1922}
2023
2124intellij {
2225 version ' IU-2019.2'
2326 downloadSources true
2427 plugins = [
25- ' com.github.lppedd.idea-conventional-commit:0.2 .0' ,
28+ ' com.github.lppedd.idea-conventional-commit:0.7 .0' ,
2629 ' JavaScriptLanguage' ,
2730 ' AngularJS'
2831 ]
@@ -37,7 +40,8 @@ patchPluginXml {
3740}
3841
3942compileJava {
43+ options. fork = true
4044 options. compilerArgs = [
41- " --release" , " 8" // Avoid using Java 12 APIs
45+ " --release" , " 8"
4246 ]
4347}
Original file line number Diff line number Diff line change 1+ < h3 > 0.2.3 (27/03/2020)</ h3 >
2+ < p >
3+ Sixth alpha release.
4+ </ p >
5+ < ul >
6+ < li > Updated to align to new Conventional Commit signatures</ li >
7+ </ ul >
You can’t perform that action at this time.
0 commit comments