← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #700657]: [2.0.4]sikulixapi with java 11 on maxOS M1: problems using OCR features (Tesseract lib missing)

 

Question #700657 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700657

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry, no Gradle experience.

Correct should be: 
com.sikulix:sikulixapi:2.0.6-SNAPSHOT

But I guess (as with Maven) you have to tell Gradle about the snapshot
repository on OSSRH:

 <repositories>
    <repository>
      <id>OSSRH</id>
      <snapshots></snapshots>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>

This is for Maven, but there surely is a similar option with Gradle.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.