BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Combine modules and stop packing an uber JAR #61

Closed 3flex closed 11 months ago

3flex commented 1 year ago

Fixes #58

It seemed much simpler for the ast module source to be moved into the main module's source. There was then no reason to use the shadow plugin anymore since there was no need to package ast into the published JAR. This simplifies the project structure and build, and avoids the problems highlighted in #58.

3flex commented 12 months ago

@BreadMoirai is there any chance this can get merged and a new release too please?

There are all kinds of IDE problems with code analysis in Gradle scripts because of #58 and this should resolve them.