File tree Expand file tree Collapse file tree 6 files changed +28
-46
lines changed Expand file tree Collapse file tree 6 files changed +28
-46
lines changed Original file line number Diff line number Diff line change 44[ ![ jCenter] (https://img.shields.io/badge/Apache-2.0-green.svg
55)] ( https://github.com/Foso/KotlinReactNativeMpp/blob/master/LICENSE )
66[ ![ 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
88)] ( https://github.com/Foso/Sheasy/blob/master/LICENSE )
99
1010
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.jetbrains.kotlin.jvm' version ' 1.6.10 '
2+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.20 '
33}
4- apply plugin : " maven"
54
65allprojects {
76 repositories {
Original file line number Diff line number Diff line change @@ -5,19 +5,13 @@ plugins {
55 id(" maven-publish" )
66
77}
8- apply plugin : " maven"
98
109
1110group = " de.jensklingenberg"
1211archivesBaseName = " compiler.gradleplugin.helloworld"
1312version = " 1.0.0"
1413
1514
16- install {
17- repositories. mavenInstaller {
18- pom. artifactId = archivesBaseName
19- }
20- }
2115
2216gradlePlugin {
2317 plugins {
@@ -35,15 +29,15 @@ dependencies {
3529
3630publishing {
3731 publications {
32+ maven(MavenPublication ) {
33+ groupId = ' de.jensklingenberg'
34+ artifactId = ' compiler.gradleplugin.helloworld'
35+ version = ' 0.0.1'
36+
37+ from components. java
38+ }
3839 }
3940 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+
4842 }
4943}
Original file line number Diff line number Diff line change 11plugins {
2- id(" maven" )
32 id(" maven-publish" )
43
54 id " org.jetbrains.kotlin.jvm"
@@ -11,11 +10,6 @@ group = "de.jensklingenberg"
1110archivesBaseName = " helloworld-compiler-plugin-native"
1211version = " 0.0.1"
1312
14- install {
15- repositories. mavenInstaller {
16- pom. artifactId = archivesBaseName
17- }
18- }
1913
2014repositories {
2115 mavenLocal()
@@ -36,15 +30,15 @@ compileTestKotlin {
3630
3731publishing {
3832 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+ }
3940 }
4041 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+
4943 }
5044}
Original file line number Diff line number Diff line change 11plugins {
2- id( " maven " )
2+
33 id ' org.jetbrains.kotlin.jvm'
44 id " org.jetbrains.kotlin.kapt"
55 id(" maven-publish" )
@@ -10,11 +10,6 @@ group = "de.jensklingenberg"
1010archivesBaseName = " helloworld-compiler-plugin"
1111version = " 0.0.1"
1212
13- install {
14- repositories. mavenInstaller {
15- pom. artifactId = archivesBaseName
16- }
17- }
1813
1914repositories {
2015 mavenLocal()
@@ -37,15 +32,15 @@ compileTestKotlin {
3732
3833publishing {
3934 publications {
35+ maven(MavenPublication ) {
36+ groupId = ' de.jensklingenberg'
37+ artifactId = ' helloworld-compiler-plugin'
38+ version = ' 0.0.1'
39+
40+ from components. java
41+ }
4042 }
4143 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+
5045 }
5146}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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