Skip to content

Commit

Permalink
More fixups to fix the release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5tract committed Sep 19, 2024
1 parent 552676a commit a45e796
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 386 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
distribution: 'zulu'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Setup Gradle Wrapper
run: gradle wrapper
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ raku-idea-plugin/raku-idea-plugin.iml
build/
.intellijPlatform/self-update.lock
gradle/
gradlew
gradlew.bat
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ java {
intellijPlatform {
pluginConfiguration {
id = "comma"
name = "Raku Comma"
name = "Comma for Raku"
version = "2.0"
}

Expand Down
249 changes: 0 additions & 249 deletions gradlew

This file was deleted.

92 changes: 0 additions & 92 deletions gradlew.bat

This file was deleted.

Loading

0 comments on commit a45e796

Please sign in to comment.