Skip to content

Commit

Permalink
Revert "Update orchid dependencies"
Browse files Browse the repository at this point in the history
This reverts commit d3e60c7
  • Loading branch information
serpro69 committed Aug 13, 2024
1 parent d3e60c7 commit 656ac7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
10 changes: 1 addition & 9 deletions buildSrc/repositories.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,12 @@ dependencyResolutionManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
// orchid...
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}

pluginManagement {
repositories {
maven {
// orchid...
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
mavenCentral()
gradlePluginPortal()
mavenCentral()
}
}
}
22 changes: 8 additions & 14 deletions docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,18 @@ plugins {
}

repositories {
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
mavenCentral()
jcenter() // orchid...
}

dependencies {
// Looks like a snapshot version was published to central before active development stopped
// https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/copper-leaf/orchid/
orchidImplementation("io.github.copper-leaf.orchid:orchid-core:1.0.0-SNAPSHOT")
orchidImplementation("io.github.copper-leaf.orchid:orchid-copper-theme:1.0.0-SNAPSHOT")
orchidRuntimeOnly("io.github.copper-leaf.orchid:orchid-docs-bundle:1.0.0-SNAPSHOT")
orchidRuntimeOnly("io.github.copper-leaf.orchid:orchid-plugin-docs-feature:1.0.0-SNAPSHOT")
orchidRuntimeOnly("io.github.copper-leaf.orchid:orchid-kotlindoc-feature:1.0.0-SNAPSHOT")
orchidRuntimeOnly("io.github.copper-leaf.orchid:orchid-github-feature:1.0.0-SNAPSHOT")
orchidRuntimeOnly("io.github.copper-leaf.orchid:orchid-snippets-feature:1.0.0-SNAPSHOT")
orchidRuntimeOnly("io.github.copper-leaf.orchid:orchid-asciidoc-feature:1.0.0-SNAPSHOT")
orchidImplementation("io.github.javaeden.orchid:OrchidCore:0.21.1")
orchidImplementation("io.github.javaeden.orchid:OrchidCopper:0.21.1")
orchidRuntimeOnly("io.github.javaeden.orchid:OrchidDocs:0.21.1")
orchidRuntimeOnly("io.github.javaeden.orchid:OrchidPluginDocs:0.21.1")
orchidRuntimeOnly("io.github.javaeden.orchid:OrchidKotlindoc:0.21.1")
orchidRuntimeOnly("io.github.javaeden.orchid:OrchidGithub:0.21.1")
orchidRuntimeOnly("io.github.javaeden.orchid:OrchidSnippets:0.21.1")
orchidRuntimeOnly("io.github.javaeden.orchid:OrchidAsciidoc:0.21.1")
}

project.version = "${project.version}"
Expand Down

0 comments on commit 656ac7c

Please sign in to comment.