Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
meiXXI committed Jun 5, 2020
2 parents 6dd6522 + 9e537d3 commit 0d06ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v1
with:
name: jar
name: libs
path: build/libs

- name: Decrypt GGP Ring File
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
apply from: 'gradle/deploy.gradle'

group = 'org.cip4.lib.xjdf'
version = project.hasProperty('projectVersion') ? project.projectVersion : file('version.properties').text.trim()
version = project.hasProperty('projectVersion') ? project.projectVersion : '0.x-SNAPSHOT'
description = """CIP4 xJdfLib"""


Expand Down Expand Up @@ -172,4 +172,4 @@ task updateSchema(type: Download) {
doLast {
schema.setWritable(false)
}
}
}

0 comments on commit 0d06ef8

Please sign in to comment.