Skip to content

Commit

Permalink
Eclipse 4.11 (2019-03) for batch compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Mar 23, 2019
1 parent 0039c47 commit f25db8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions extras/groovy-eclipse-batch-builder/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# version numbers
version2.4=2.4.16-02
version2.5=2.5.6-01
version2.4=2.4.16-03
version2.5=2.5.6-02
version3.0=3.0.0-01

# uncomment to do a particular build -- only one should be uncommented at a time
Expand All @@ -9,10 +9,10 @@ do-25-build=true
#do-30-build=true

# location of the plugins directory for the eclipse install
eclipse.install.plugins=C:/Users/Public/Eclipse-4.10/plugins
eclipse.install.plugins=C:/Users/Public/Eclipse-4.11/plugins

# location of the cloned groovy-eclipse git repository
git.repo.loc=C:/Users/Name/workspace/groovy-eclipse

# which JDT Core patch is active in your workspace?
jdt.patch.target=e410
jdt.patch.target=e411
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<groovy-eclipse-compiler-version>3.0.0-01</groovy-eclipse-compiler-version>

<!-- This should align with the oldest supported Groovy version. -->
<groovy-eclipse-batch-version>2.4.16-02</groovy-eclipse-batch-version>
<groovy-eclipse-batch-version>2.4.16-03</groovy-eclipse-batch-version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down

0 comments on commit f25db8b

Please sign in to comment.