mirror of
https://github.com/zaaarf/geb.git
synced 2024-11-13 01:59:21 +01:00
chore: removed unused dependency
This commit is contained in:
parent
bfc4753e66
commit
73bdb62c34
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ repositories {
|
|||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveFileName = "${jar.archiveBaseName.get()}-${project.version.split('-')[0]}.${jar.archiveExtension.get()}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue