Skip to content

Commit

Permalink
run local esa test on ol
Browse files Browse the repository at this point in the history
  • Loading branch information
jjiwooLim committed Nov 13, 2023
1 parent bcbe056 commit cbd8932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/local-esa-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

def featureName = System.properties['user.home'] + '/.m2/repository/io/openliberty/features/json-1.0/23.0.0.10/json-1.0-23.0.0.10.esa'
liberty {
runtime = ['group': runtimeGroup,'name':kernelArtifactId,'version':runtimeVersion]
runtime = ['group': 'io.openliberty','name':'openliberty-kernel','version':runtimeVersion]
server {
features {
name = [featureName, 'jsp-2.3']
Expand Down

0 comments on commit cbd8932

Please sign in to comment.