Plugin to store some IntelliJ IDEA settings in gradle script
How to buildas simple as
./gradlew build
How to apply
Apply from Gradle plugin repository
plugins {
id "org.jetbrains.gradle.plugin.idea-ext" version "1.2"
}
Or build and drop resulting jar into root directory of a project and add following snippet to build.gradle
buildscript {
dependencies {
classpath files('gradle-idea-ext.jar')
}
}
apply plugin: 'org.jetbrains.gradle.plugin.idea-ext'
How to use
See the Wiki for full DSL documentation
Version 1.0 requires IntelliJ IDEA 2020.3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4