UniFormal / IntelliJ-MMT

An IntelliJ-Plugin for MMT (under development)
3 stars 1 forks source link

Provide default gradle.properties #6

Closed ComFreek closed 4 years ago

ComFreek commented 5 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.

ComFreek commented 4 years ago

Fixed by PR #23