mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-25 07:29:09 +00:00
Provide dependency to javax.annotation.Generated for android with Retrofit 2
Fix #2509
This commit is contained in:
@@ -46,6 +46,10 @@ if(hasProperty('target') && target == 'android') {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
provided 'javax.annotation:jsr250-api:1.0'
|
||||
}
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
|
||||
Reference in New Issue
Block a user