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 @@ -16,8 +16,16 @@ You can upload the ZIP file to your package registry so that SPM can download it
16
16
The plugin is published on Maven central. Add it to the ` plugins ` block in the Gradle build file.
17
17
18
18
``` kotlin
19
+ // settings.gradle.kts
20
+ pluginManagement {
21
+ repositories {
22
+ maven (" https://s01.oss.sonatype.org/content/repositories/releases/" )
23
+ }
24
+ }
25
+
26
+ // build.gradle.kts
19
27
plugins {
20
- id(" com.chromaticnoise. multiplatform-swiftpackage" ) version " 2.0.3 "
28
+ id(" io.github.luca992. multiplatform-swiftpackage" ) version " 2.1.0 "
21
29
}
22
30
```
23
31
Original file line number Diff line number Diff line change 1
- import java.io.File
2
- import java.io.FileInputStream
3
- import java.util.*
4
-
5
1
buildscript {
6
2
repositories {
7
3
mavenCentral()
@@ -20,7 +16,7 @@ plugins {
20
16
signing
21
17
}
22
18
23
- version = " 2.0.5-arm64 "
19
+ version = " 2.1.0 "
24
20
25
21
repositories {
26
22
mavenCentral()
You can’t perform that action at this time.
0 commit comments