File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
tbd
10
10
11
+ ## [ 2.3.0]
12
+ ### Fixed
13
+ - Support Gradle 9
14
+ [ #24 ] ( https://github.com/luca992/multiplatform-swiftpackage/issues/24 )
15
+
11
16
## [ 2.0.3]
12
17
### Added
13
18
- The plugin DSL is now compatible with Groovy
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
19
19
// build.gradle.kts
20
20
plugins {
21
21
// projects targeting kotlin >=1.8.0
22
- id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.2.4 "
22
+ id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.3.0 "
23
23
}
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
signing
9
9
}
10
10
11
- version = " 2.3.0-SNAPSHOT "
11
+ version = " 2.3.0"
12
12
13
13
repositories {
14
14
mavenCentral()
You can’t perform that action at this time.
0 commit comments