Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
ci/cd: attempting to build windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed May 19, 2024
1 parent d9ae4f0 commit f96f811
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
28 changes: 0 additions & 28 deletions .idea/runConfigurations/pterocli__Copy_Metadata_Windows_.xml

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.graalvm.buildtools.gradle.tasks.MetadataCopyTask

val shade: Configuration by configurations.creating

plugins {
Expand All @@ -11,7 +9,7 @@ plugins {
}

group = "ru.meproject"
version = "1.0.0-RC.8"
version = "1.0.0-RC.9"

repositories {
mavenCentral()
Expand Down

0 comments on commit f96f811

Please sign in to comment.