Skip to content

Commit ee09946

Browse files
committed
#315 fix maven packaging type from 'pom' to 'jar'
1 parent 18190b4 commit ee09946

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ subprojects {
181181
name = project.name
182182
description = 'A library for creating isolated embedded databases for Spring-powered integration tests.'
183183
url = 'https://github.com/zonkyio/embedded-database-spring-test'
184+
packaging = 'jar'
184185

185186
licenses {
186187
license {

0 commit comments

Comments
 (0)