Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit caf62c8

Browse files
jonmeliaJonathan Melia
andauthored
Dtwrks 589 (#11)
* Migrate to GitHub Actions from Circle CI * Migrate to GitHub Actions from Circle CI * Migrate to GitHub Actions from Circle CI * Migrate to GitHub Actions from Circle CI * Migrate to GitHub Actions from Circle CI * Migrate to GitHub Actions from Circle CI * Migrate to GitHub Actions from Circle CI Co-authored-by: Jonathan Melia <jonathan.melia@engineering.digital.dwp.gov.uk>
1 parent a2acfe6 commit caf62c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ jobs:
7575
sed -i -e "s/version = \"0.0.0\"/version = \"$VERSION\"/" gradle.properties
7676
mkdir artifacts
7777
./gradlew build --stacktrace
78-
ls build/libs
7978
cp build/libs/dataworks-common-logging-*.jar artifacts/
80-
ls artifacts
79+
8180
8281
- name: Create Release
8382
id: create_release

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ plugins {
66
}
77

88
group = "uk.gov.dwp.dataworks"
9-
version = "1.0.0"
9+
version = "0.0.0"
10+
1011

1112
repositories {
1213
mavenCentral()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0
1+
version=0.0.0

0 commit comments

Comments
 (0)