Slackbot
11/16/2022, 10:24 PMChris Lee
11/16/2022, 10:31 PMEric Kolotyluk
11/16/2022, 10:36 PMJavi
11/16/2022, 10:42 PMJavi
11/16/2022, 10:44 PMEric Kolotyluk
11/16/2022, 10:47 PMChris Lee
11/16/2022, 11:19 PMEric Kolotyluk
11/16/2022, 11:22 PMEric Kolotyluk
11/16/2022, 11:26 PMChris Lee
11/16/2022, 11:28 PMcompile
was deprecated for years before being removed. At some point things move on.Chris Lee
11/16/2022, 11:30 PMThe usage of theandcompile
configurations in the Java ecosystem plugins has been discouraged since Gradle 3.4.runtime
Eric Kolotyluk
11/16/2022, 11:31 PMEric Kolotyluk
11/16/2022, 11:32 PMcompileOnly
does not appear.Chris Lee
11/16/2022, 11:33 PMChris Lee
11/16/2022, 11:34 PMcompileOnly
is a java-specific configuration, documented accordingly.Eric Kolotyluk
11/16/2022, 11:36 PMEric Kolotyluk
11/16/2022, 11:37 PMChris Lee
11/16/2022, 11:38 PMChris Lee
11/16/2022, 11:38 PMEric Kolotyluk
11/16/2022, 11:39 PMChris Lee
11/16/2022, 11:40 PMEric Kolotyluk
11/16/2022, 11:41 PMEli Graber
11/17/2022, 1:52 AMVampire
11/17/2022, 8:27 AMcompileOnly
is not really an appropriate replacement. compile
was more like implementation
or api
. compileOnly
means it is only available at compile time, but not at runtime except if someone else provides is.Anze Sodja
11/17/2022, 9:07 AMVampire
11/17/2022, 9:54 AMAnze Sodja
11/17/2022, 10:01 AMEric Kolotyluk
11/17/2022, 6:21 PMJavi
11/17/2022, 8:05 PM