https://kotlinlang.org logo
s

stephanmg

01/31/2021, 3:29 PM
Somebody has experience or a great resource how to build Kotlin Gradle project with Github Actions?
r

randomcat

01/31/2021, 3:31 PM
It's pretty easy to get a simple build going. See https://github.com/randomnetcat/AgoraBot/blob/main/.github/workflows/ci.yml for one of my builds
Note that it requires the gradle wrapper in your repo
s

stephanmg

01/31/2021, 4:27 PM
Thanks will look at this
Think GH actions is great
r

randomcat

01/31/2021, 4:28 PM
np
s

stephanmg

01/31/2021, 4:28 PM
I adopted it in my Team for C#/.NET already
For a project with my team...
@randomcat it works nearly
I am having an a bit outdated project using javafx, whereas it could use tornadofx actually, and it won't find javafx
even so i upgraded to actions/setup-java@v1.4.3
I added a sudo apt-get install openjfx but no success
r

randomcat

02/01/2021, 2:42 PM
sorry, I don't know enough about javafx to help
s

stephanmg

02/01/2021, 4:08 PM
ah okay 🙂
seems weird. maybe somebody else can chime inm
should I ask somewhere else maybe @randomcat?
r

randomcat

02/01/2021, 4:09 PM
yes
s

stephanmg

02/01/2021, 4:09 PM
I am unclear where, could somebody advise?
r

randomcat

02/01/2021, 4:10 PM
#javafx perhaps
or #gradle
s

stephanmg

02/01/2021, 4:13 PM
ok
thanks
3 Views