Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
fix for creating docker image on macs
  • Loading branch information
chasegawa committed Dec 1, 2022
1 parent b253f9a commit e9ea0af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ i2.git.remote=i2
i2.git.branch=master

# set app
use.release.app.yml=false
use.release.app.yml=false

### Fix for creating the docker image on Macs
org.gradle.daemon=false

## 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 e9ea0af

Please sign in to comment.