Skip to content

Commit

Permalink
Add psiJava and psiJavaBundle properties to Spine
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Apr 2, 2024
1 parent 55de211 commit 7a8d824
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,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 7a8d824

Please sign in to comment.