mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 01:29:28 +00:00
attempt to no longer have BuildVersion.kt in git, blocking easy pulls
(cherry picked from commit bfcf07c1a2
)
This commit is contained in:
parent
267ea13e8c
commit
f46896fd74
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,7 +30,6 @@ parsetab.py
|
|||||||
compiler/lib/
|
compiler/lib/
|
||||||
|
|
||||||
.gradle
|
.gradle
|
||||||
**/BuildVersion.kt
|
|
||||||
/prog8compiler.jar
|
/prog8compiler.jar
|
||||||
sd*.img
|
sd*.img
|
||||||
*.d64
|
*.d64
|
||||||
|
@ -105,7 +105,7 @@ test {
|
|||||||
gversion {
|
gversion {
|
||||||
srcDir = "src/" // path is relative to the sub-project by default
|
srcDir = "src/" // path is relative to the sub-project by default
|
||||||
classPackage = "prog8.buildversion"
|
classPackage = "prog8.buildversion"
|
||||||
className = "BuildVersion"
|
className = "Version"
|
||||||
language = "kotlin"
|
language = "kotlin"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user