From f96f8116a5637854a4ed7d90475c99463f373d85 Mon Sep 17 00:00:00 2001 From: realkarmakun <20980281+realkarmakun@users.noreply.github.com> Date: Sun, 19 May 2024 16:10:29 +0600 Subject: [PATCH] ci/cd: attempting to build windows only --- .github/workflows/main.yml | 2 +- .../pterocli__Copy_Metadata_Windows_.xml | 28 ------------------- ...rocli__Test_With_Native_Agent_Windows_.xml | 24 ---------------- build.gradle.kts | 4 +-- 4 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 .idea/runConfigurations/pterocli__Copy_Metadata_Windows_.xml delete mode 100644 .idea/runConfigurations/pterocli__Test_With_Native_Agent_Windows_.xml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b000c5..fba5405 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.idea/runConfigurations/pterocli__Copy_Metadata_Windows_.xml b/.idea/runConfigurations/pterocli__Copy_Metadata_Windows_.xml deleted file mode 100644 index 020dfc1..0000000 --- a/.idea/runConfigurations/pterocli__Copy_Metadata_Windows_.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - true - true - false - false - - - \ No newline at end of file diff --git a/.idea/runConfigurations/pterocli__Test_With_Native_Agent_Windows_.xml b/.idea/runConfigurations/pterocli__Test_With_Native_Agent_Windows_.xml deleted file mode 100644 index 3a90bda..0000000 --- a/.idea/runConfigurations/pterocli__Test_With_Native_Agent_Windows_.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - true - true - false - false - - - \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 45a860b..526065b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,3 @@ -import org.graalvm.buildtools.gradle.tasks.MetadataCopyTask - val shade: Configuration by configurations.creating plugins { @@ -11,7 +9,7 @@ plugins { } group = "ru.meproject" -version = "1.0.0-RC.8" +version = "1.0.0-RC.9" repositories { mavenCentral()