Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotjarnit committed Nov 16, 2023
1 parent 3dc190d commit 069523c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: publish -Pversion=${{ github.ref }}
arguments: publish -Pversion=NIGHTLY-${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

group = 'dev.elliotjarnit'
version = '1.0'

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
POM_NAME=ElliotEngine
POM_PACKAGING=aar
GROUP=dev.elliotjarnit
VERSION=ALPHA-0.0.1
POM_DESCRIPTION=A fully from-scratch 3D Game Engine written in Java using only built-in language features

0 comments on commit 069523c

Please sign in to comment.