Skip to content

Commit

Permalink
Hashed RCON password
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKR93 committed Nov 5, 2024
1 parent 62f90e3 commit c0d36db
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 72 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ subprojects {
withType<JavaCompile>().configureEach {
options.encoding = Charsets.UTF_8.name()
options.release = jdkVersion
options.compilerArgs.addAll(listOf(
"--add-modules=jdk.incubator.vector",
"-Xmaxwarns", "1"
))
}

withType<Javadoc> {
Expand Down
Loading

0 comments on commit c0d36db

Please sign in to comment.