Skip to content

Commit

Permalink
Revert "Update build.gradle.kts"
Browse files Browse the repository at this point in the history
This reverts commit 038bb0b.
  • Loading branch information
DimaDemchenko committed Nov 27, 2024
1 parent 038bb0b commit 6785df1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions p2pml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ dependencies {
androidTestImplementation(libs.androidx.espresso.core)
}

val sourcesJar by tasks.registering(Jar::class) {
archiveClassifier.set("sources")
from(android.sourceSets["main"].java.srcDirs)
}

afterEvaluate {
publishing {
publications {
Expand All @@ -67,26 +62,6 @@ afterEvaluate {
groupId = "com.example.p2pml"
artifactId = "p2pml"
version = "0.0.1"

artifact(sourcesJar.get())

pom {
name.set("P2P Media Loader")
description.set("A P2P media loader library for Android.")
url.set("https://github.com/DimaDemchenko/p2pml-kotlin")
licenses {
license {
name.set("The MIT License")
url.set("https://opensource.org/licenses/MIT")
}
}
developers {
developer {
id.set("DimaDemchenko")
name.set("Dmytro Demchenko")
}
}
}
}
}
}
Expand Down

0 comments on commit 6785df1

Please sign in to comment.