Skip to content

Commit

Permalink
Change "Main-Class" in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Feb 10, 2023
1 parent b9d25d7 commit 0b461e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {

shadowJar {
manifest {
attributes 'Main-Class': 'ru.nanit.limbo.NanoLimbo'
attributes 'Main-Class': 'ua.nanit.limbo.NanoLimbo'
}
}
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {

shadowJar {
manifest {
attributes 'Main-Class': 'ru.nanit.limbo.NanoLimbo'
attributes 'Main-Class': 'ua.nanit.limbo.NanoLimbo'
}
}

0 comments on commit 0b461e8

Please sign in to comment.