Ben Madore
01/11/2021, 6:53 PMbuild.gradle.kts
dependencies {
implementation(“org.jfrog.buildinfobuild info extractor gradle4.18.3”)
}
then in my
my-conventions.gradle.kts
i have:
import org.jfrog.gradle.plugin.artifactory.dsl.PublisherConfig
import org.jfrog.gradle.plugin.artifactory.dsl.ArtifactoryPluginConvention
import org.jfrog.gradle.plugin.artifactory.ArtifactoryPluginUtil
and ij recognizes the last, but does not recognize the 2 before it.Alexey Belkov [JB]
01/13/2021, 10:00 AMBen Madore
01/13/2021, 3:08 PMbuild.gradle.kts
so i’ll try to catch the next one i come across. (though it also seems non-deterministic, one day the project will be fine, then something gets corrupted and it starts complaining even though everything is good on CLI.Ben Madore
01/13/2021, 3:10 PMBen Madore
01/13/2021, 3:18 PMBen Madore
01/13/2021, 3:20 PMio.gitlab.arturbosch.detekt.extension
classes seem to be missing from the index, but do exist within the jar file.
is there any debug information that i could provide specific to the indexes?Alexey Belkov [JB]
01/15/2021, 12:01 PM