attempt to no longer have BuildVersion.kt in git, blocking easy pulls

(cherry picked from commit bfcf07c1a2)
This commit is contained in:
Irmen de Jong 2024-03-04 20:45:59 +01:00
parent 267ea13e8c
commit f46896fd74
3 changed files with 1 additions and 17 deletions

1
.gitignore vendored
View File

@ -30,7 +30,6 @@ parsetab.py
compiler/lib/
.gradle
**/BuildVersion.kt
/prog8compiler.jar
sd*.img
*.d64

View File

@ -105,7 +105,7 @@ test {
gversion {
srcDir = "src/" // path is relative to the sub-project by default
classPackage = "prog8.buildversion"
className = "BuildVersion"
className = "Version"
language = "kotlin"
}

View File

@ -1,15 +0,0 @@
package prog8.buildversion
/**
* Automatically generated file containing build version information.
*/
const val MAVEN_GROUP = "prog8"
const val MAVEN_NAME = "compiler"
const val VERSION = "10.2-BOOLEANS"
const val GIT_REVISION = 4531
const val GIT_SHA = "8071e4b16f1ab7295d7009629199aa7adf39a2c1"
const val GIT_DATE = "2024-03-03T18:51:54Z"
const val GIT_BRANCH = "booleans"
const val BUILD_DATE = "2024-03-03T18:52:34Z"
const val BUILD_UNIX_TIME = 1709491954538L
const val DIRTY = 1