Questions tagged [gradle6.7]
5 questions
3
votes
0 answers
Android gradle complains about object library having multiple outputs
With gradle 6.5 I was able to build a cmake project which has a target which depends on an object library, something like
add_library(mylib
SHARED
code1.cc
code2.cc
$

Kasper Peeters
- 1,580
- 2
- 18
- 37
1
vote
2 answers
Caused by: java.lang.ClassNotFoundException: com.querydsl.apt.jpa.JPAAnnotationProcessor
i am using gradle6+, openjdk11 and querydsl 4.2.x for a springboot project,
facing an issue like below
Caused by: java.lang.ClassNotFoundException: com.querydsl.apt.jpa.JPAAnnotationProcessor
in gradle script, have added
annotationProcessor…

Vijay
- 1,026
- 3
- 11
- 28
1
vote
1 answer
Using multiple Gitlab registries in single Gradle file
I need to include 3 Maven packages from Gitlab in a gradle.build, but I'm stumbling somewhere. I know the packages are accessible, because other projects have been able to access them individually. However, when I try this new setup with any or all…

withoutIf
- 126
- 8
1
vote
1 answer
dependencies for a library jar using gradle
I am using gradle 6.7 and creating a library project which is compiled to a jar that is placed in my own s3 artifacts repository.
In my project I have dependencies to other artifacts and I use implementation dependency.
The jar is created (not a fat…

user1002065
- 595
- 1
- 8
- 19
1
vote
1 answer
Gradle upgrade to 6.7 causing spotbug issues
I'm upgrading to Gradle 6.7.
I followed https://github.com/spotbugs/spotbugs-gradle-plugin and updated Gradle to pick 6.7. That gave me some error about spotbugs so I updated spotbugs version in buildScript as following
buildscript {
…

nothing_authentic
- 2,927
- 3
- 17
- 22