0 votes
in Gradle by
Which Gradle task is used to compile Java source code?

a) build

b) compileJava

c) compileGroovy

d) compileScala

1 Answer

0 votes
by

Answer: b) compileJava

Explanation: The compileJava task is used to compile Java source code in a Gradle project.

Related questions

0 votes
0 votes
asked Apr 24 in JAVA by Robin
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...