Renamed one folder

This commit is contained in:
SinTan1729
2022-11-12 18:01:15 -06:00
parent b803f5805d
commit 8956519a10
6 changed files with 7 additions and 7 deletions

View File

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