Skip to content

Commit

Permalink
build: Move extensions-impl into engine module
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 27, 2022
1 parent cf559db commit a10e5b5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 50 deletions.
4 changes: 3 additions & 1 deletion core/jreleaser-engine/jreleaser-engine.gradle
Expand Up @@ -16,14 +16,16 @@
* limitations under the License.
*/
dependencies {
api project(':jreleaser-extensions-impl')
api project(':jreleaser-model-impl')
api project(':jreleaser-templates')
api project(':jreleaser-git-java-sdk')
api project(':jreleaser-tool-java-sdk')
api project(':jreleaser-signing-java-sdk')
api project(':jreleaser-command-java-sdk')

api "org.apache.commons:commons-text:$commonsTextVersion"
api "org.commonmark:commonmark:$commonmarkVersion"

// tools
api "org.apache.commons:commons-lang3:${commonsLang3Version}"

Expand Down
19 changes: 0 additions & 19 deletions core/jreleaser-extensions-impl/gradle.properties

This file was deleted.

30 changes: 0 additions & 30 deletions core/jreleaser-extensions-impl/jreleaser-extensions-impl.gradle

This file was deleted.

0 comments on commit a10e5b5

Please sign in to comment.