Skip to content

Commit b1c2dbc

Browse files
committed
fix: build versions
1 parent 483c27d commit b1c2dbc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
- Migrates tests to Github Actions
10-
- TODO java stuff!
9+
10+
## [11.0.0]
1111

1212
- Migrates tests to Github Actions
13+
- Updates JRE to 21.
1314

1415
## [10.1.4]
1516

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
1919
// }
2020
//}
2121

22-
version = "10.1.4"
22+
version = "11.0.0"
2323

2424
repositories {
2525
mavenCentral()

pluginInterfaceSupported.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_comment": "contains a list of plugin interfaces branch names that this core supports",
33
"versions": [
4-
"7.1"
4+
"8.0"
55
]
66
}

0 commit comments

Comments
 (0)