← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #236943]: Sikuli error with build.gradle

 

Question #236943 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236943

RaiMan proposed the following answer:
ok, understood.

Cant you transfer it to your local Maven repo using a minimum pom.xml?

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>

<modelVersion>4.0.0</modelVersion>

<groupId>org.sikuli</groupId>
<artifactId>sikuli-java</artifactId>
 <version>1.0.1</version>

<name>sikuli-java</name>

</project>

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.