Skip to content

Commit

Permalink
Update eclipse latest to 2024-09
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 11, 2024
1 parent af15960 commit a3b3007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface TychoConstants {
File USER_MAVEN_CONFIGURATION_HOME = new File(USER_HOME, ".m2");
File DEFAULT_USER_LOCALREPOSITORY = new File(USER_MAVEN_CONFIGURATION_HOME, "repository");

public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-06/";
public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-09/";

public static final String TYCHO_NOT_CONFIGURED = "Tycho build extension not configured for ";

Expand Down

0 comments on commit a3b3007

Please sign in to comment.