mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-21 00:51:27 +08:00
Update Gradle, Liberty, NPM, plugins
This commit is contained in:
parent
7ed54ff116
commit
a4667c782c
@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.2'
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.5.1'
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,7 +57,7 @@ subprojects {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.2'
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.5.1'
|
||||
}
|
||||
}
|
||||
|
||||
@ -70,7 +70,7 @@ subprojects {
|
||||
providedCompile group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0'
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
|
||||
testImplementation group: 'org.eclipse', name: 'yasson', version: '1.0.8'
|
||||
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '21.0.0.6'
|
||||
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '22.0.0.9'
|
||||
}
|
||||
|
||||
eclipse {
|
||||
|
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'com.github.node-gradle.node' version '3.0.1'
|
||||
id 'com.github.node-gradle.node' version '3.5.0'
|
||||
}
|
||||
|
||||
ext {
|
||||
@ -15,8 +15,8 @@ war {
|
||||
}
|
||||
|
||||
node {
|
||||
version = '14.17.5'
|
||||
npmVersion = '7.21.0'
|
||||
version = '18.12.1'
|
||||
npmVersion = '8.19.2'
|
||||
download = true
|
||||
workDir = file("${rootDir}/frontend/prebuild/node")
|
||||
nodeModulesDir = file("${rootDir}/frontend/prebuild")
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
|
||||
|
Loading…
Reference in New Issue
Block a user