Skip to content

Commit

Permalink
attempt to no longer have BuildVersion.kt in git, blocking easy pulls
Browse files Browse the repository at this point in the history
(cherry picked from commit bfcf07c)
  • Loading branch information
irmen committed Mar 8, 2024
1 parent 267ea13 commit f46896f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ parsetab.py
compiler/lib/

.gradle
**/BuildVersion.kt
/prog8compiler.jar
sd*.img
*.d64
Expand Down
2 changes: 1 addition & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
15 changes: 0 additions & 15 deletions compiler/src/prog8/buildversion/BuildVersion.kt

This file was deleted.

0 comments on commit f46896f

Please sign in to comment.