Skip to content

Commit

Permalink
update required java version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen committed Mar 4, 2023
1 parent 424e809 commit f812137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ BoneBot can have various randomized statuses shown in Discord that change over t
The welcomer will send a private message to new users who join to welcome them to the server. This can be used to show server rules and an explanation of how to get started.

## Requirements
Any version of Windows, macOS, or Linux that can run Java 8 or later.
Any version of Windows, macOS, or Linux that can run Java 11 or later.

## Building
1. Clone or download this repository.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'xyz.jeremynoesen.bonebot'
version '1.6.3'
version '1.6.4'
compileJava.options.encoding = 'UTF-8'

repositories {
Expand Down Expand Up @@ -34,6 +34,6 @@ shadowJar {

compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}
}

0 comments on commit f812137

Please sign in to comment.