Closed ComFreek closed 4 years ago
... with contents
intellijPublishUsername = '' intellijPublishPassword = ''
Otherwise gradle declines to build any target. An alternative, might be easier for your local Git repo without "manual-git-ignore-foo", would be to have if (gradle.properties exists) {…} in gradle.settings.
if (gradle.properties exists) {…}
gradle.settings
Fixed by PR #23
... with contents
Otherwise gradle declines to build any target. An alternative, might be easier for your local Git repo without "manual-git-ignore-foo", would be to have
if (gradle.properties exists) {…}
ingradle.settings
.