Changed name of folder, project etc.

This commit is contained in:
SinTan1729
2022-11-11 17:50:12 -06:00
parent 3598199957
commit 99073bfd6c
7 changed files with 13 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ repositories {
jar {
manifest {
attributes "Main-Class": "tk.draganczuk.url.App"
attributes "Main-Class": "tk.sintan1729.url.App"
}
from {
@@ -29,5 +29,5 @@ dependencies {
}
application {
mainClassName = 'tk.draganczuk.url.App'
mainClassName = 'tk.sintan1729.url.App'
}