Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberc3dr committed Aug 2, 2023
1 parent 4e8e275 commit 4ec53f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks.withType<JavaCompile>() {
}

tasks.withType<ProcessResources>() {
expand(
"name" to project.name,
"version" to project.version,
"description" to project.description
)
expand(project.properties)
}

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "serverprobypass"
rootProject.name = "ServerProBypass"

0 comments on commit 4ec53f1

Please sign in to comment.