Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
jumkey committed Mar 28, 2023
1 parent a2f7a48 commit 0a07b06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ A plug-in that generates a two-dimensional barcode of a specific text.
Changelog.OutputType.HTML
)
}
publishPlugin {
token = System.getenv("ORG_GRADLE_PROJECT_intellijPublishToken")
}
test {
useJUnitPlatform()
}

0 comments on commit 0a07b06

Please sign in to comment.