Skip to content

Commit 00bbf0f

Browse files
committed
It's targetCompatibility not targetCompitability
1 parent e2f844f commit 00bbf0f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ plugins{
99
project.group = "com.andre601"
1010
project.version = "3.0.5"
1111

12-
sourceCompatibility = targetCompitability = 1.8
12+
sourceCompatibility = JavaVersion.VERSION_1_8
13+
targetCompatibility = JavaVersion.VERSION_1_8
1314

1415
jar{
1516
baseName = 'JavaBotBlockAPI'

release-notes.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Versions marked with a `*` are not available on bintray!
2+
13
## v3
24

35
- ### v3.0.0
@@ -21,22 +23,23 @@
2123
- ### v3.0.1
2224
- Deprecated `Site.DISCORDBOTS_ORG`. Use `Site.TOP_GG` instead.
2325

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

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

32-
- ### v3.0.4
33-
- **This update is not available on bintray!**
33+
- ### v3.0.4*
3434
- RequestHandler was removed
3535
- Dependencies updated:
3636
- JDA: `4.0.0_70` to `4.0.0_73`
3737

38-
- ### v3.0.5
38+
- ### v3.0.5*
3939
- Fixed broken build.gradle
40+
41+
- ### v3.0.6
42+
- It's `targetCompatibility` not `targetCompitability`
4043
____
4144
## v2
4245

0 commit comments

Comments
 (0)