Skip to content

Commit

Permalink
Merge pull request #510 from SpineEventEngine/spine-psi-props
Browse files Browse the repository at this point in the history
Add `psiJava` and `psiJavaBundle` properties to `Spine`
  • Loading branch information
alexander-yevsyukov committed Apr 3, 2024
2 parents 55de211 + 044dc34 commit bb06dc1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions buildSrc/src/main/kotlin/io/spine/internal/dependency/Spine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object Spine {
const val reflect = "2.0.0-SNAPSHOT.183"

/**
* The version of [Spine.logging].
* The version of [Spine.Logging].
*
* @see <a href="https://github.com/SpineEventEngine/logging">spine-logging</a>
*/
Expand Down Expand Up @@ -136,13 +136,6 @@ object Spine {

const val base = "$group:spine-base:${ArtifactVersion.base}"

@Deprecated("Use `Logging.lib` instead.", ReplaceWith("Logging.lib"))
const val logging = "$group:spine-logging:${ArtifactVersion.logging}"
@Deprecated("Use `Logging.context` instead.", ReplaceWith("Logging.context"))
const val loggingContext = "$group:spine-logging-context:${ArtifactVersion.logging}"
@Deprecated("Use `Logging.backend` instead.", ReplaceWith("Logging.backend"))
const val loggingBackend = "$group:spine-logging-backend:${ArtifactVersion.logging}"

const val reflect = "$group:spine-reflect:${ArtifactVersion.reflect}"
const val baseTypes = "$group:spine-base-types:${ArtifactVersion.baseTypes}"
const val time = "$group:spine-time:${ArtifactVersion.time}"
Expand All @@ -151,6 +144,8 @@ object Spine {

const val testlib = "$toolsGroup:spine-testlib:${ArtifactVersion.testlib}"
const val testUtilTime = "$toolsGroup:spine-testutil-time:${ArtifactVersion.time}"
const val psiJava = "$toolsGroup:spine-psi-java:${ArtifactVersion.toolBase}"
const val psiJavaBundle = "$toolsGroup:spine-psi-java-bundle:${ArtifactVersion.toolBase}"
const val toolBase = "$toolsGroup:spine-tool-base:${ArtifactVersion.toolBase}"
const val pluginBase = "$toolsGroup:spine-plugin-base:${ArtifactVersion.toolBase}"
const val pluginTestlib = "$toolsGroup:spine-plugin-testlib:${ArtifactVersion.toolBase}"
Expand Down

0 comments on commit bb06dc1

Please sign in to comment.