Skip to content

Commit e2f844f

Browse files
committed
Fix broken build.gradle
1 parent 2028342 commit e2f844f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ plugins{
77
}
88

99
project.group = "com.andre601"
10-
project.version = "3.0.4"
10+
project.version = "3.0.5"
1111

12-
sourceCompatibility = JavaVersion.VERSION_1_8
13-
targetCompitability = JavaVersion.VERSION_1_8
12+
sourceCompatibility = targetCompitability = 1.8
1413

1514
jar{
1615
baseName = 'JavaBotBlockAPI'

release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,21 @@
2222
- Deprecated `Site.DISCORDBOTS_ORG`. Use `Site.TOP_GG` instead.
2323

2424
- ### v3.0.2
25+
- **This update is not available on bintray!**
2526
- Dependencies updated:
2627
- JDA: `4.0.0_61` to `4.0.0_70`
2728

29+
- ### v3.0.3
30+
- Same changes as [v3.0.2](#v302)
31+
32+
- ### v3.0.4
33+
- **This update is not available on bintray!**
34+
- RequestHandler was removed
35+
- Dependencies updated:
36+
- JDA: `4.0.0_70` to `4.0.0_73`
37+
38+
- ### v3.0.5
39+
- Fixed broken build.gradle
2840
____
2941
## v2
3042

0 commit comments

Comments
 (0)