File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 9
9
project. group = " com.andre601"
10
10
project. version = " 3.0.5"
11
11
12
- sourceCompatibility = targetCompitability = 1.8
12
+ sourceCompatibility = JavaVersion . VERSION_1_8
13
+ targetCompatibility = JavaVersion . VERSION_1_8
13
14
14
15
jar {
15
16
baseName = ' JavaBotBlockAPI'
Original file line number Diff line number Diff line change
1
+ Versions marked with a ` * ` are not available on bintray!
2
+
1
3
## v3
2
4
3
5
- ### v3.0.0
21
23
- ### v3.0.1
22
24
- Deprecated ` Site.DISCORDBOTS_ORG ` . Use ` Site.TOP_GG ` instead.
23
25
24
- - ### v3.0.2
25
- - ** This update is not available on bintray!**
26
+ - ### v3.0.2*
26
27
- Dependencies updated:
27
28
- JDA: ` 4.0.0_61 ` to ` 4.0.0_70 `
28
29
29
30
- ### v3.0.3
30
31
- Same changes as [ v3.0.2] ( #v302 )
31
32
32
- - ### v3.0.4
33
- - ** This update is not available on bintray!**
33
+ - ### v3.0.4*
34
34
- RequestHandler was removed
35
35
- Dependencies updated:
36
36
- JDA: ` 4.0.0_70 ` to ` 4.0.0_73 `
37
37
38
- - ### v3.0.5
38
+ - ### v3.0.5*
39
39
- Fixed broken build.gradle
40
+
41
+ - ### v3.0.6
42
+ - It's ` targetCompatibility ` not ` targetCompitability `
40
43
____
41
44
## v2
42
45
You can’t perform that action at this time.
0 commit comments