+ v0.1.0
This commit is contained in:
@@ -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) } }
|
||||
|
||||
Reference in New Issue
Block a user