Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 3f3ea66

Browse files
committed
Bump up version to 1.2.4
1 parent 70faab8 commit 3f3ea66

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.2.4 *(2020-10-27)*
5+
----------------------------
6+
7+
- Bump up com.gradle.plugin-publish version to 0.12.0
8+
49
Version 1.2.3 *(2020-10-27)*
510
----------------------------
611

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.jetbrains.kotlin.jvm'
33
id "org.jlleitschuh.gradle.ktlint" version "9.1.1"
44
id 'java-gradle-plugin'
5-
id 'com.gradle.plugin-publish' version '0.10.1'
5+
id 'com.gradle.plugin-publish' version '0.12.0'
66
}
77
apply plugin: "org.jlleitschuh.gradle.ktlint"
88
apply plugin: 'kotlin-kapt'

0 commit comments

Comments
 (0)