Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
gitignore
  • Loading branch information
chasegawa committed Jul 26, 2022
1 parent bac3d05 commit b28f693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ githubRelease {

release {
git {
pushToRemote = 'git@github.internet2.edu:TIER/shib-idp-ui.git'
pushToRemote = project.'i2.git.url'
}
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ i2.github.token=
i2.github.owner=TIER
i2.github.repo=shib-idp-ui
i2.github.apiEndpoint=https://github.internet2.edu/api/v3
i2.git.url=git@github.internet2.edu:TIER/shib-idp-ui.git

## NOTES
# pac4j spring security 7.0.3 here uses the pac4j 5.4.3 core, thus differences in versions (they used use the same versions, now
Expand Down

0 comments on commit b28f693

Please sign in to comment.