Phillip Webb
63b609827e
Fix checkstyle method order issues
...
Fix checkstyle issues with method ordering following the
spring-javaformat upgrade.
See gh-13932
6 years ago
Phillip Webb
7fc455654a
Fix checkstyle ternary issues
...
Fix checkstyle issues with ternary expressions following the
spring-javaformat upgrade.
See gh-13932
6 years ago
Phillip Webb
ec1100a896
Upgrade to spring-javaformat 0.0.6
...
Closes gh-13932
6 years ago
Phillip Webb
cddd794a07
Polish
6 years ago
Andy Wilkinson
b9ad0d9992
Test the Gradle plugin against Gradle 4.8.1 instead of 4.8
...
Closes gh-13809
6 years ago
Andy Wilkinson
8deea933b9
Test the Gradle plugin against Gradle 4.9
...
Closes gh-13808
6 years ago
Andy Wilkinson
6f2171c282
Improve error message when BootJar or BootWar has no known main class
...
Closes gh-12712
7 years ago
Andy Wilkinson
70c0d6a005
Test the Gradle plugin against Gradle 4.8
...
Closes gh-13359
7 years ago
Andy Wilkinson
00449bef6a
Use app…DefaultJvmArgs as convention for start script's defaultJvmOpts
...
Closes gh-12631
7 years ago
Andy Wilkinson
d54072e0a8
More accurately document buildInfo's effect on up-to-date checking
...
Closes gh-13152
7 years ago
Phillip Webb
09fa1e7e11
Polish
7 years ago
Eddú Meléndez
065eebfb4b
Fix javadoc
...
Closes gh-13274
7 years ago
Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
7 years ago
Vedran Pavic
a08fa27c39
Add .gitignore for Gradle Plugin module
...
Closes gh-13137
7 years ago
Andy Wilkinson
7913d9b599
Add methods to BootJar for adding content to BOOT-INF
...
Closes gh-13000
7 years ago
Stephane Nicoll
9dccf5b895
Polish
...
See gh-13078
7 years ago
Andy Wilkinson
2bcf29913d
Skip building the Gradle plugin on Java 9 as well as 10
...
Upgrading the JDK 9-based build to use JDK 9.0.4 has revealed that
Gradle 4.0.x doesn't work with it as it fails to parse the 9.0.4
version number.
This commit disables building the Gradle plugin on Java 9 (as we
had already done for Java 10) until we decide what to do
(see gh-12333).
7 years ago
Phillip Webb
41efea51a7
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
7 years ago
Andy Wilkinson
f5fabbc1b9
Remove the use of internal API from Gradle Plugin's BootJar
...
Closes gh-13037
7 years ago
Andy Wilkinson
a5f3f36b58
Test the Gradle plugin against Gradle 4.7
...
Closes gh-12952
7 years ago
Andy Wilkinson
72ec2c8644
Polish “Only analyze configurations that we've registered to check”
...
Closes gh-12784
7 years ago
danhyun
1e447ebfbf
Only analyze configurations that we've registered to check
...
See gh-12784
7 years ago
Andy Wilkinson
806978b8f1
Test unresolved dependency analysis in the Gradle plugin
...
See gh-12784
7 years ago
Andy Wilkinson
f335ec00bf
Polish
7 years ago
igor-suhorukov
69bc19e0ca
Use lambdas for map entry iteration where possible
...
See gh-12626
7 years ago
Andy Wilkinson
1f35abacd6
Polish “Configure Kotlin compiler to use -java-parameters by default”
...
Closes gh-12641
7 years ago
Rui Figueira
5e2726f896
Configure Kotlin compiler to use -java-parameters by default
...
See gh-12641
7 years ago
Johnny Lim
751c444166
Polish
...
See gh-12326
7 years ago
Andy Wilkinson
3370c23ab9
Skip the Gradle plugin when building with the full profile and JDK 10
...
See gh-12028
7 years ago
Andy Wilkinson
2b1252e282
Skip the Gradle Plugin when building with JDK 10
...
Previously, the JDK 10 build would fail as we build the plugin using
Gradle 4.0.x (the lowest version of Gradle that we support) and
Gradle 4.0.x doesn't work with Java 10.
Upgrading to Gradle 4.1, which appears to work with Java 10, was
considered but rejected for now as it introduces the risk that we
inadvertently use an API that's new in 4.1 and break our 4.0 support.
This commit goes for the extreme option and disables building the
Gradle Plugin when building with JDK.
See gh-12028
7 years ago
Andy Wilkinson
4a3e0a231c
Test the Gradle plugin against Gradle 4.6
...
Closes gh-12314
7 years ago
Andy Wilkinson
e4a1fed3b8
Test the Gradle plugin against Gradle 4.6
7 years ago
Andy Wilkinson
188d120c9c
Test the Gradle plugin against Gradle 4.5.1
...
Closes gh-12315
7 years ago
Andy Wilkinson
8d1e69bca4
Polish Gradle plugin's javadoc
7 years ago
Andy Wilkinson
703de64842
Reinstate imports
7 years ago
Phillip Webb
7bc535e4fa
Polish
7 years ago
Andy Wilkinson
9640881f38
Fix BuildInfo up-to-date check when group, name, or version changes
...
Previously, if the project's group, name, or version changed the
BuildInfo task would still be considered up-to-date as the values of
the project's properties were not reflected in the fields of the
BuildInfo instance.
This commit updates BuildInfo to copy the value of the project's
property to the corresponding BuildInfo field when the property is
read using its getter method on BuildInfo.
Closes gh-12266
7 years ago
Phillip Webb
3e4da3cc37
Polish
7 years ago
Andy Wilkinson
fdb9a1ea8f
Consider time in BuildInfo up-to-date checks and allow it to be set
...
Closes gh-12111
Closes gh-12266
7 years ago
Andy Wilkinson
30f79f2fb1
Use application name as convention for distribution's base name
...
Closes gh-12232
7 years ago
Phillip Webb
29c3be3590
Polish
7 years ago
Stephane Nicoll
2641559231
Polish contribution
...
Closes gh-12202
7 years ago
dreis2211
e2fb093ccf
Polish
...
See gh-12202
7 years ago
Andy Wilkinson
a09c64e18c
Polish
7 years ago
Andy Wilkinson
70c613819d
Fix incomplete calls to assertThat
7 years ago
Andy Wilkinson
76a450dfba
Format with Eclipse Oxygen SR2
7 years ago
Andy Wilkinson
b4f4dd3fdd
Correct location of JDT config files in Gradle plugin
7 years ago
dreis2211
81459efffa
Use HTTPS URLs where applicable
7 years ago
Phillip Webb
7d5e41f7dc
Polish
7 years ago
Johnny Lim
3cead7693d
Polish
...
Closes gh-11871
7 years ago