Skip to content

Instantly share code, notes, and snippets.

View wowselim's full-sized avatar
🐌

Selim Dinçer wowselim

🐌
View GitHub Profile
@wowselim
wowselim / build.gradle.kts
Created May 10, 2023 10:29
Vert.x + Kotlin + JTE + HTMX
plugins {
id("gg.jte.gradle") version "2.2.2"
}
jte {
precompile()
}
tasks.withType<ProcessResources> {
dependsOn(tasks.withType<CompileSass>())