File tree Expand file tree Collapse file tree 4 files changed +4
-57
lines changed
Expand file tree Collapse file tree 4 files changed +4
-57
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ task prCheck {
4646 dependsOn ' :sample:assembleDebug'
4747 dependsOn ' :pluto:validateChanges'
4848}
49- apply from : " $r ootDir /scripts/jitpack.gradle "
49+
5050apply from : " $rootDir /scripts/project-dependancy-graph.gradle"
5151apply from : " $rootDir /maven-versions.gradle"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11apply from : " $rootDir /scripts/version.gradle"
2- // apply from: "$rootDir/scripts/publish/publish.gradle"
2+ apply from : " $rootDir /scripts/publish/publish.gradle"
33
44
55def version = loadVersioningData()
66def verCode = version[" code" ]
77def verPublish = version[" publish" ]
88def verGitSHA = version[" gitSha" ]
99
10- // ext {
11- // PUBLISH_GROUP_ID = "com.github.androidPluto"
12- // PUBLISH_ARTIFACT_ID = ""
13- // PUBLISH_VERSION = verPublish
14- // }
15-
16- tasks. register(' sourcesJar' , Jar ) {
17- archiveClassifier. set(' sources' )
18- from android. sourceSets. main. java. srcDirs
10+ ext {
11+ PUBLISH_VERSION = verPublish
1912}
2013
2114android {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ dependencyResolutionManagement {
1010 repositories {
1111 google()
1212 mavenCentral()
13- maven { url ' https://jitpack.io' }
1413 }
1514}
1615
You can’t perform that action at this time.
0 commit comments