Skip to content

Commit 609bcb5

Browse files
committed
Remove fat jar
1 parent 6328c6f commit 609bcb5

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.github.sibmaks'
7-
version = '0.0.1'
7+
version = '0.0.2'
88
sourceCompatibility = jdk_version
99

1010
configurations {
@@ -46,10 +46,4 @@ publishing {
4646
from(components.java)
4747
}
4848
}
49-
}
50-
51-
jar {
52-
from {
53-
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
54-
}
5549
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jdk_version=17
22
lib_lombok_version=1.18.26
3-
lib_mad_error_api_version=0.0.3
3+
lib_mad_error_api_version=0.0.4

0 commit comments

Comments
 (0)