Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Dec 13, 2024
1 parent 6c0dc39 commit 51dab7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ allprojects { prj ->
url = 'https://repository.apache.org/content/repositories/snapshots'
}
}
println "Check 1:${System.getenv('GITHUB_ACTOR')?.size()} 2:${System.getenv('GH_TOKEN')?.size()}: 3:${prj.name == 'grails-plugin-gsp'?:'skip'} 4:${!sitemeshVersion.endsWith('-SNAPSHOT')}"
if (System.getenv("GITHUB_ACTOR") && System.getenv("GH_TOKEN")
&& prj.name == 'grails-plugin-gsp' && !sitemeshVersion.endsWith('-SNAPSHOT')) {
maven {
Expand Down

0 comments on commit 51dab7d

Please sign in to comment.