mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-10 03:49:19 +01:00
cleanup: removed todo, i just had to edit the maven pom
This commit is contained in:
parent
25c4ca393f
commit
9b529a866c
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ repositories {
|
|||
maven { url = 'https://maven.fantabos.co' }
|
||||
}
|
||||
|
||||
//TODO: figure out how to make annotationProcessor inherit its dependencies
|
||||
dependencies {
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
implementation 'ftbsc:lll:0.3.0'
|
||||
|
@ -21,4 +20,4 @@ dependencies {
|
|||
|
||||
jar {
|
||||
archiveFileName = "${jar.archiveBaseName.get()}-${project.version.split('-')[0]}.${jar.archiveExtension.get()}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue