@@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Total lines of code:
|
Total lines of code:
|
||||||
<span style="background-color: blue; color: white; padding: 2px 4px;">02 April 2025 20:52:22 3472</span>
|
<span style="background-color: blue; color: white; padding: 2px 4px;">04 April 2025 22:41:39 4443</span>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.github.hdvtdev'
|
group = 'com.github.hdvtdev'
|
||||||
version = '0.0.1'
|
version = '0.1.0'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@@ -12,15 +12,13 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'org.jetbrains:annotations:26.0.2'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
||||||
manifest {
|
manifest {
|
||||||
attributes(
|
attributes(
|
||||||
'Main-Class' : 'hdvtdev.telegram.Main'
|
'Main-Class': 'hdvtdev.telegram.Main'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
|
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
rootProject.name = 'TinyTelegram'
|
rootProject.name = 'TeleJ'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user