blob: 9e7b28eb1356d252ec4201ab8a36a4dfd8088587 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
OpenIDE-Module-Display-Category=Gradle
OpenIDE-Module-Name=Gradle
OpenIDE-Module-Long-Description=NetBeans IDE support for <a href="https://gradle.org">Gradle Build Tool</a>. \
<p> \
Gradle is an open-source build automation system that builds upon the concepts \
of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific \
language (DSL) instead of the XML form used by Apache Maven for declaring the \
project configuration. \
Gradle uses a directed acyclic graph ("DAG") to determine the order in which \
tasks can be run.<p>\
Gradle was designed for multi-project builds, which can grow to be quite large. \
It supports incremental builds by intelligently determining which parts of the \
build tree are up to date; any task dependent only on those parts does not \
need to be re-executed. <p> \
The IDE support includes own project type entirely based on Maven's medatata, code completion for Maven's project files, integration with other tools in the IDE etc.
OpenIDE-Module-Short-Description=NetBeans Gradle Project System Support