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 6328c6f commit 609bcb5Copy full SHA for 609bcb5
2 files changed
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'com.github.sibmaks'
7
-version = '0.0.1'
+version = '0.0.2'
8
sourceCompatibility = jdk_version
9
10
configurations {
@@ -46,10 +46,4 @@ publishing {
46
from(components.java)
47
48
49
-}
50
-
51
-jar {
52
- from {
53
- configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
54
- }
55
gradle.properties
@@ -1,3 +1,3 @@
1
jdk_version=17
2
lib_lombok_version=1.18.26
3
-lib_mad_error_api_version=0.0.3
+lib_mad_error_api_version=0.0.4
0 commit comments