add hlaeja common messages library
This commit is contained in:
@@ -9,6 +9,7 @@ jlleitschuhKtlintPlugin = "12.1.1"
|
|||||||
# hlaeja version
|
# hlaeja version
|
||||||
hlaejaCorePlugin = "0.1.0"
|
hlaejaCorePlugin = "0.1.0"
|
||||||
hlaejaCommonPlugin = "0.1.0"
|
hlaejaCommonPlugin = "0.1.0"
|
||||||
|
hlaejaCommonMessages = "0.1.0-SNAPSHOT"
|
||||||
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
@@ -31,6 +32,9 @@ org-springframework-springboot-gradle-plugin = { group = "org.springframework.bo
|
|||||||
# plugin common dependencies hlaeja
|
# plugin common dependencies hlaeja
|
||||||
ltd-hlaeja-plugin-core = { group = "ltd.hlaeja.plugin.hlaeja-core-plugin", name = "ltd.hlaeja.plugin.hlaeja-core-plugin.gradle.plugin", version.ref = "hlaejaCorePlugin" }
|
ltd-hlaeja-plugin-core = { group = "ltd.hlaeja.plugin.hlaeja-core-plugin", name = "ltd.hlaeja.plugin.hlaeja-core-plugin.gradle.plugin", version.ref = "hlaejaCorePlugin" }
|
||||||
|
|
||||||
|
# plugin common dependencies hlaeja
|
||||||
|
ltd-hlaeja-library-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" }
|
||||||
|
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
# kotlin plugin
|
# kotlin plugin
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ check_differences master
|
|||||||
# un-snapshot catalog versions for release
|
# un-snapshot catalog versions for release
|
||||||
un_snapshot_catalog "hlaejaCorePlugin"
|
un_snapshot_catalog "hlaejaCorePlugin"
|
||||||
un_snapshot_catalog "hlaejaCommonPlugin"
|
un_snapshot_catalog "hlaejaCommonPlugin"
|
||||||
|
un_snapshot_catalog "hlaejaCommonMessages"
|
||||||
|
|
||||||
# un-snapshot properties for release
|
# un-snapshot properties for release
|
||||||
un_snapshot_version version
|
un_snapshot_version version
|
||||||
|
|||||||
Reference in New Issue
Block a user