You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously there was no link from the java-buildpack documentation to
the Java Test Application documentation. This made discovery
difficult. This change adds that link.
[#51721311]
@@ -423,7 +424,7 @@ In addition to declaring a specific versions to use, you can also specify a boun
423
424
| `1.7.0_+` | Selects the greatest available version less than `1.7.1`. Use this syntax to stay up to date with the latest security releases in a particular version.
424
425
425
426
426
-
<aname='util-repository-builder'></a>
427
+
<aname='util-repository-builders'></a>
427
428
## Repository Builders
428
429
429
430
The repositories that are currently referenced by the buildpack are easily replicated. Simple scripts are used to populate the repositories in an automated fashion.
@@ -432,3 +433,10 @@ The repositories that are currently referenced by the buildpack are easily repli
Simple test applications for various Java application types are provided in the [`java-test-applications`][java_test_applications] respository. These are not intended to cover all code-paths. Instead these are constantly changing representations of 'typical' applications.
0 commit comments