Skip to content

Commit

Permalink
Fix broken build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Dec 15, 2019
1 parent 2028342 commit e2f844f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ plugins{
}

project.group = "com.andre601"
project.version = "3.0.4"
project.version = "3.0.5"

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompitability = JavaVersion.VERSION_1_8
sourceCompatibility = targetCompitability = 1.8

jar{
baseName = 'JavaBotBlockAPI'
Expand Down
12 changes: 12 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,21 @@
- Deprecated `Site.DISCORDBOTS_ORG`. Use `Site.TOP_GG` instead.

- ### v3.0.2
- **This update is not available on bintray!**
- Dependencies updated:
- JDA: `4.0.0_61` to `4.0.0_70`

- ### v3.0.3
- Same changes as [v3.0.2](#v302)

- ### v3.0.4
- **This update is not available on bintray!**
- RequestHandler was removed
- Dependencies updated:
- JDA: `4.0.0_70` to `4.0.0_73`

- ### v3.0.5
- Fixed broken build.gradle
____
## v2

Expand Down

0 comments on commit e2f844f

Please sign in to comment.