You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Set repository for snapshot versions of gradle plugin
|
|
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'IdeaVIM'
|
|
include 'vim-engine'
|
|
|