Skip to content

Commit

Permalink
Put back snapshot directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Oct 6, 2023
1 parent 7df0afa commit 2282cc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hybridize.target
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/ponder-lab/ML</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</location>
Expand All @@ -50,4 +53,4 @@
<launcherArgs>
<vmArgs>-Declipse.p2.max.threads=10 -Doomph.update.url=https://download.eclipse.org/oomph/updates/milestone/latest -Doomph.redirection.index.redirection=index:/-&gt;http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/ -Dosgi.requiredJavaVersion=17 [email protected]/eclipse-workspace -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Dsun.java.command=Eclipse -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Xms256m -Xmx2048m --add-modules=ALL-SYSTEM</vmArgs>
</launcherArgs>
</target>
</target>

0 comments on commit 2282cc4

Please sign in to comment.