5.3 cr1 - prep release : fixed problem in release task dependencies
This commit is contained in:
parent
2636c1e2f0
commit
9e1bf7e762
|
@ -136,7 +136,7 @@ publishing {
|
|||
}
|
||||
}
|
||||
|
||||
task ciBuild( dependsOn: [clean, test, publish] )
|
||||
task ciBuild( dependsOn: [test, publish] )
|
||||
|
||||
task release( dependsOn: [clean, test, bintrayUpload] )
|
||||
task release( dependsOn: [test, bintrayUpload] )
|
||||
|
||||
|
|
|
@ -12,7 +12,9 @@ description = 'Integration for Agroal as a ConnectionProvider for Hibernate ORM'
|
|||
dependencies {
|
||||
compile project( ':hibernate-core' )
|
||||
compile( libraries.agroal_api )
|
||||
|
||||
runtime( libraries.agroal_pool )
|
||||
|
||||
testCompile project( ':hibernate-testing' )
|
||||
testCompile(libraries.mockito)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue