Skip to content

Commit

Permalink
removed jitpack code...
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisarWork committed Oct 9, 2024
1 parent ba64643 commit 661464e
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 50 deletions.
2 changes: 0 additions & 2 deletions jitpack.yml

This file was deleted.

6 changes: 2 additions & 4 deletions library/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val artifactId = "core"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -138,7 +138,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/extensions/composeviewer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val artifactId = "extension-composeviewer"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -151,7 +151,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/extensions/feedback/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val artifactId = "extension-feedback"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -123,7 +123,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/extensions/notification/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val artifactId = "extension-notification"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -125,7 +125,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/extensions/viewer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val artifactId = "extension-viewer"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -130,7 +130,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/implementations/lumberjack/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val artifactId = "implementation-lumberjack"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -134,7 +134,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/implementations/timber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val artifactId = "implementation-timber"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -118,7 +118,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/loggers/lumberjack/console/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val artifactId = "logger-console"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -132,7 +132,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/loggers/lumberjack/file/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val artifactId = "logger-file"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -144,7 +144,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/loggers/timber/console/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val artifactId = "logger-timber-console"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -115,7 +115,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions library/loggers/timber/file/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val artifactId = "logger-timber-file"
// Library
val libraryName = "Lumberjack"
val libraryDescription = "Lumberjack - $artifactId module"
val groupID = if (System.getenv("JITPACK") == null) "io.github.mflisar.lumberjack" else "com.github.MFlisar"
val groupID = "io.github.mflisar.lumberjack"
val release = 2016
val github = "https://github.com/MFlisar/Lumberjack"
val license = "Apache License 2.0"
Expand Down Expand Up @@ -120,7 +120,5 @@ mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)

// Enable GPG signing for all publications
if (System.getenv("JITPACK") == null) {
signAllPublications()
}
signAllPublications()
}
6 changes: 2 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,5 @@ project(":Lumberjack:Extensions:Viewer").projectDir = file("library/extensions/v
// App
// --------------

if (System.getenv("JITPACK") == null) {
include(":demo:android")
include(":demo:desktop")
}
include(":demo:android")
include(":demo:desktop")

0 comments on commit 661464e

Please sign in to comment.