Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Commit

Permalink
preparing to deploy 1.1.0 to MavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundhocke committed Oct 6, 2015
1 parent f726e97 commit a916147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/src/main/java/org/sikuli/setup/RunSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class RunSetup {
private static boolean shouldBuildVision = false;
private static boolean bequiet = false;
private static String sikulixMavenGroup = "com/sikulix/";
private static boolean testingMaven = true;
private static boolean testingMaven = false;
private static boolean withExtensions = false;

static Map <String, String> downloadsLookfor = new HashMap<String, String>();
Expand Down

0 comments on commit a916147

Please sign in to comment.