`classpath("javax.xml.bind:jaxb-api:2.3.0")` this ...
# gradle
c
classpath("javax.xml.bind:jaxb-api:2.3.0")
this in my buildscript dependencies worked
c
I think you can put it in usual dependencies, no need to create buildscript just for that