Skip to content

Commit

Permalink
Bump version and adjust build script
Browse files Browse the repository at this point in the history
  • Loading branch information
felixklauke committed Apr 9, 2020
1 parent 98ee020 commit a5ccb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build shadowJar
- name: Upload crucio build artifact
uses: actions/upload-artifact@v2-preview
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.mysteryworlds.crucio'
version = '1.2.0'
version = '1.3.0-SNAPSHOT'

sourceCompatibility = '11'
targetCompatibility = '11'
Expand Down

0 comments on commit a5ccb37

Please sign in to comment.