equal
deleted
inserted
replaced
97 COMPREPLY=( --configuration ) |
97 COMPREPLY=( --configuration ) |
98 IFS=$OIFS; return ;; |
98 IFS=$OIFS; return ;; |
99 esac |
99 esac |
100 fi |
100 fi |
101 |
101 |
|
102 # https://docs.gradle.org/current/userguide/java_library_plugin.html |
102 # configurations.each { println it.name + " - " + it.description } |
103 # configurations.each { println it.name + " - " + it.description } |
103 local _configs="annotationProcessor - Annotation processors and their dependencies for source set 'main'. |
104 local _configs="annotationProcessor - Annotation processors and their dependencies for source set 'main'. |
104 api - API dependencies for source set 'main'. |
105 api - API dependencies for source set 'main'. |
105 apiElements - API elements for main. |
106 apiElements - API elements for main. |
106 archives - Configuration for archive artifacts. |
107 archives - Configuration for archive artifacts. |