Skip to content

Commit

Permalink
move jdk15 => jdk15u (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Aug 13, 2020
1 parent f3c77f0 commit a62feca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/build/openjdk15_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

def javaToBuild = "jdk15"
def javaToBuild = "jdk15u"
def scmVars = null
Closure configureBuild = null
def buildConfigurations = null
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sbin/common/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export JDK11_VERSION="jdk11u";
export JDK12_VERSION="jdk12u";
export JDK13_VERSION="jdk13u";
export JDK14_VERSION="jdk14u";
export JDK15_VERSION="jdk15";
export JDK15_VERSION="jdk15u";
export JDKHEAD_VERSION="jdk";

export JDK8_CORE_VERSION="jdk8";
Expand Down

0 comments on commit a62feca

Please sign in to comment.