This commit is contained in:
hdvtdev
2025-04-04 22:51:07 +03:00
parent 464066ef33
commit 87cabc79a2
2 changed files with 4 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
group = 'com.github.hdvtdev'
version = '0.0.1'
version = '0.1.0'
repositories {
mavenCentral()
@@ -18,7 +18,7 @@ jar {
manifest {
attributes(
'Main-Class' : 'hdvtdev.telegram.Main'
'Main-Class': 'hdvtdev.telegram.Main'
)
}
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }