mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Disabled Speedy Web Compiler for now since it causes issues with Vaadin and Hot Reload
This commit is contained in:
+16
-1
@@ -1 +1,16 @@
|
||||
rootProject.name = "gameyfin"
|
||||
rootProject.name = "gameyfin"
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven(url = "https://maven.vaadin.com/vaadin-prereleases")
|
||||
}
|
||||
plugins {
|
||||
id("com.vaadin") version extra["vaadinVersion"] as String
|
||||
id("org.springframework.boot") version extra["springBootVersion"] as String
|
||||
id("io.spring.dependency-management") version extra["springDependencyManagementVersion"] as String
|
||||
kotlin("jvm") version extra["kotlinVersion"] as String
|
||||
kotlin("plugin.spring") version extra["kotlinVersion"] as String
|
||||
kotlin("plugin.jpa") version extra["kotlinVersion"] as String
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user