File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
plugin/src/main/kotlin/gg/flyte/pluginportal/plugin/command Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 uses : actions/checkout@v4
1515 - name : Validate Gradle Wrapper
1616 uses : gradle/actions/wrapper-validation@v3
17- - name : Set up JDK 17
17+ - name : Set up JDK 21
1818 uses : actions/setup-java@v4
1919 with :
2020 distribution : ' temurin'
21- java-version : 17
21+ java-version : 21
2222 check-latest : true
2323 - name : Publish
2424 env :
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ class ListSubCommand {
4141 .suggestCommand(" /pp view \" ${plugin.platformId} \" ${plugin.platform} --byId" )
4242 )
4343 .append(textDark(" (${plugin.platform.name} ) " ))
44- // .append(SharedComponents.getUpdateButton(plugin))
45- // .append(text(" "))
44+ .append(SharedComponents .getUpdateButton(plugin))
45+ .append(text(" " ))
4646 .append(SharedComponents .getInstallButton(plugin, true ))
4747 }
4848
You can’t perform that action at this time.
0 commit comments