Skip to content

Commit 646c7e3

Browse files
committed
Revert "jitpack integration"
This reverts commit 1a0301d.
1 parent 9c28269 commit 646c7e3

File tree

4 files changed

+4
-57
lines changed

4 files changed

+4
-57
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ task prCheck {
4646
dependsOn ':sample:assembleDebug'
4747
dependsOn ':pluto:validateChanges'
4848
}
49-
apply from: "$rootDir/scripts/jitpack.gradle"
49+
5050
apply from: "$rootDir/scripts/project-dependancy-graph.gradle"
5151
apply from: "$rootDir/maven-versions.gradle"

scripts/jitpack.gradle

Lines changed: 0 additions & 45 deletions
This file was deleted.

scripts/pluginBuilder.gradle

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
apply from: "$rootDir/scripts/version.gradle"
2-
//apply from: "$rootDir/scripts/publish/publish.gradle"
2+
apply from: "$rootDir/scripts/publish/publish.gradle"
33

44

55
def version = loadVersioningData()
66
def verCode = version["code"]
77
def verPublish = version["publish"]
88
def 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

2114
android {

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13-
maven { url 'https://jitpack.io' }
1413
}
1514
}
1615

0 commit comments

Comments
 (0)