Skip to content

Providing explicit support for Groovy source code (fixes #13) #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Apr 10, 2017
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
952fe05
Providing explicit support for Groovy source code (fixes #13)
fvgh Mar 20, 2017
9635398
SkipFilesNamed's equality is based on its serialized representation. …
nedtwigg Apr 3, 2017
0628870
Fixed some grammar and spelling errors in README. Also gave each sec…
nedtwigg Apr 3, 2017
dbfb2c3
Reduced visibility of GroovyExtension.NAME and EXCLUDE_JAVA_DEFAULT.
nedtwigg Apr 3, 2017
115b987
Improved formatting for the gradle plugin README block.
nedtwigg Apr 3, 2017
c8377d1
Publish ext-greclipse 2.3.0.
nedtwigg Apr 3, 2017
97f06c3
Now that greclipse is in jcenter, we can strip out the snapshot stuff.
nedtwigg Apr 3, 2017
196c29d
Added a workaround for the new varargs ambiguity for GroovyExtension …
nedtwigg Apr 3, 2017
4eac44d
Supporting dedicated configuration for groovy source.
fvgh Apr 5, 2017
b9c1358
Fixed greclipseFormat ping/pong. Provided proposal for format.
fvgh Apr 8, 2017
4becbed
Fixes according to review by @jbduncan (as far as possible, using the…
fvgh Apr 8, 2017
cdf45fc
As agreed in previous review: Femoval of unnecessary '\f'
fvgh Apr 8, 2017
25d57ad
Fixed description/values of Groovy-Eclipse configuration example and …
fvgh Apr 9, 2017
b24bf3f
Make GroovyDefaultTargetTest platform independent. Focus on the subje…
fvgh Apr 9, 2017
8fd9a2f
Changed excludeJava to use the same idiom we use for paddedCell().
nedtwigg Apr 9, 2017
cc69b88
ext-greclipse is now in mavenCentral, so the tests can be against mav…
nedtwigg Apr 9, 2017
f6c1c7a
Rather than copy-pasting JavaExtension.LICENSE_HEADER_DELIMITER, we c…
nedtwigg Apr 9, 2017
d78a2b6
Renamed greclipseFormat to just greclipse.
nedtwigg Apr 9, 2017
5a863b9
Minor corrections to groovy section of plugin-gradle/README.md
nedtwigg Apr 9, 2017
027892f
Update changelog and congratulate Frank on his contribution!!
nedtwigg Apr 9, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ext-greclipse is now in mavenCentral, so the tests can be against mav…
…enCentral as well.
  • Loading branch information
nedtwigg committed Apr 9, 2017
commit cc69b88d914d00aa334e7549fae1629cad864e3d
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GrEclipseFormatterStepTest extends ResourceHarness {
private static final String FORMATTER_FILENAME_REPALCEMENT = "Hello.groovy";

private static Provisioner provisioner() {
return TestProvisioner.jcenter();
return TestProvisioner.mavenCentral();
}

@Test
Expand Down