diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 826689b5..d5302fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: false strategy: matrix: diff --git a/build.gradle.kts b/build.gradle.kts index bab1dacd..29e8694f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ * limitations under the License. */ -val releaseVersion = "0.44" +val releaseVersion = "0.0.2" val developmentVersion = "0.45-SNAPSHOT" version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion