Skip to content

Commit

Permalink
add settings plugin manager
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Oct 25, 2024
1 parent ee37023 commit e691f7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
import java.util.*

pluginManagement {
repositories {
mavenLocal()
maven {
url = uri("http://teavm.org/maven/repository/")
setAllowInsecureProtocol(true)
}
mavenCentral()
gradlePluginPortal()
}
}

include(":backends:backend-teavm")

include(":extensions:asset-loader")
Expand Down

0 comments on commit e691f7d

Please sign in to comment.