Merge pull request #1 from hdvtdev/dev

hdvtdev
This commit is contained in:
Hadvart
2025-04-04 22:57:57 +03:00
committed by GitHub
3 changed files with 5 additions and 10 deletions

View File

@@ -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>

View File

@@ -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) } }

View File

@@ -1,2 +1,2 @@
rootProject.name = 'TinyTelegram' rootProject.name = 'TeleJ'