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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to