This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-11-25 04:31:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
90f1e7fd6a
prog8
/
build.gradle.kts
10 lines
132 B
Plaintext
Raw
Normal View
History
Unescape
Escape
updated gradle scripts (fixed warnings), updated some library dependencies
2021-06-13 16:10:07 +00:00
plugins {
fix Antlr grammar build and convert final build.gradle to build.gradle.kts (kotlin DSL)
2024-11-20 21:11:39 +00:00
kotlin("jvm") version "2.0.21"
simplified gradle config, automatically run installDist task after build
2021-10-30 10:01:52 +00:00
}
allprojects {
repositories {
mavenLocal()
mavenCentral()
}
fix Antlr grammar build and convert final build.gradle to build.gradle.kts (kotlin DSL)
2024-11-20 21:11:39 +00:00
}
Reference in New Issue
Copy Permalink