File tree 6 files changed +28
-46
lines changed
6 files changed +28
-46
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ jCenter] (https://img.shields.io/badge/Apache-2.0-green.svg
5
5
)] ( https://github.com/Foso/KotlinReactNativeMpp/blob/master/LICENSE )
6
6
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
7
- [ ![ jCenter] (https://img.shields.io/badge/Kotlin-1.6.10 -green.svg
7
+ [ ![ jCenter] (https://img.shields.io/badge/Kotlin-1.6.20 -green.svg
8
8
)] ( https://github.com/Foso/Sheasy/blob/master/LICENSE )
9
9
10
10
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.kotlin.jvm' version ' 1.6.10 '
2
+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.20 '
3
3
}
4
- apply plugin : " maven"
5
4
6
5
allprojects {
7
6
repositories {
Original file line number Diff line number Diff line change @@ -5,19 +5,13 @@ plugins {
5
5
id(" maven-publish" )
6
6
7
7
}
8
- apply plugin : " maven"
9
8
10
9
11
10
group = " de.jensklingenberg"
12
11
archivesBaseName = " compiler.gradleplugin.helloworld"
13
12
version = " 1.0.0"
14
13
15
14
16
- install {
17
- repositories. mavenInstaller {
18
- pom. artifactId = archivesBaseName
19
- }
20
- }
21
15
22
16
gradlePlugin {
23
17
plugins {
@@ -35,15 +29,15 @@ dependencies {
35
29
36
30
publishing {
37
31
publications {
32
+ maven(MavenPublication ) {
33
+ groupId = ' de.jensklingenberg'
34
+ artifactId = ' compiler.gradleplugin.helloworld'
35
+ version = ' 0.0.1'
36
+
37
+ from components. java
38
+ }
38
39
}
39
40
repositories {
40
- maven {
41
- name = " MyRepo" // optional target repository name
42
- url = " http://my.org.server/repo/url"
43
- credentials {
44
- username = ' alice'
45
- password = ' my-password'
46
- }
47
- }
41
+
48
42
}
49
43
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" maven" )
3
2
id(" maven-publish" )
4
3
5
4
id " org.jetbrains.kotlin.jvm"
@@ -11,11 +10,6 @@ group = "de.jensklingenberg"
11
10
archivesBaseName = " helloworld-compiler-plugin-native"
12
11
version = " 0.0.1"
13
12
14
- install {
15
- repositories. mavenInstaller {
16
- pom. artifactId = archivesBaseName
17
- }
18
- }
19
13
20
14
repositories {
21
15
mavenLocal()
@@ -36,15 +30,15 @@ compileTestKotlin {
36
30
37
31
publishing {
38
32
publications {
33
+ maven(MavenPublication ) {
34
+ groupId = ' de.jensklingenberg'
35
+ artifactId = ' helloworld-compiler-plugin-native'
36
+ version = ' 0.0.1'
37
+
38
+ from components. java
39
+ }
39
40
}
40
41
repositories {
41
- maven {
42
- name = " MyRepo" // optional target repository name
43
- url = " http://my.org.server/repo/url"
44
- credentials {
45
- username = ' alice'
46
- password = ' my-password'
47
- }
48
- }
42
+
49
43
}
50
44
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id( " maven " )
2
+
3
3
id ' org.jetbrains.kotlin.jvm'
4
4
id " org.jetbrains.kotlin.kapt"
5
5
id(" maven-publish" )
@@ -10,11 +10,6 @@ group = "de.jensklingenberg"
10
10
archivesBaseName = " helloworld-compiler-plugin"
11
11
version = " 0.0.1"
12
12
13
- install {
14
- repositories. mavenInstaller {
15
- pom. artifactId = archivesBaseName
16
- }
17
- }
18
13
19
14
repositories {
20
15
mavenLocal()
@@ -37,15 +32,15 @@ compileTestKotlin {
37
32
38
33
publishing {
39
34
publications {
35
+ maven(MavenPublication ) {
36
+ groupId = ' de.jensklingenberg'
37
+ artifactId = ' helloworld-compiler-plugin'
38
+ version = ' 0.0.1'
39
+
40
+ from components. java
41
+ }
40
42
}
41
43
repositories {
42
- maven {
43
- name = " MyRepo" // optional target repository name
44
- url = " http://my.org.server/repo/url"
45
- credentials {
46
- username = ' alice'
47
- password = ' my-password'
48
- }
49
- }
44
+
50
45
}
51
46
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
You can’t perform that action at this time.
0 commit comments