在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):rholder/gradle-view开源软件地址(OpenSource Url):https://github.com/rholder/gradle-view开源编程语言(OpenSource Language):Java 87.9%开源软件介绍(OpenSource Introduction):What is this?The Gradle View IntelliJ IDEA plugin shows a split tree rollup of the dependencies for each Gradle configuration in use
by a project. Dependency wrangling isn't easy in a large Java project. This IntelliJ IDEA plugin was built to add a little more sanity
to the tedious task of analyzing dependencies by rolling up the entire dependency graph into a pair of more easily
digestible trees derived from a serialized version of Gradle's dependency graph. The Features
InstallationThe latest version of the Gradle View plugin is available on the JetBrains Plugin Repository. The first time you interact with Gradle View, you may need to download the embedded version of Gradle in case you don't already have a cached copy available on your workstation. This should be seamless, and the tool window title and log will indicate a download of this is in progress. The IntelliJ plugin zip and a standalone jar release are available here. The standalone jar can be run without IntelliJ. You may also build and install the plugin from source (see below). Building from sourceThis repository has everything needed to set up the development environment to build this plugin from source. The Gradle View plugin itself uses a Gradle-based build system. In the instructions
below, More information about the IntelliJ IDEA plugin development process can be found here, but the following are some bare bones testing and development instructions: Check out sourcesCheck out this repository locally with: git clone git://github.com/rholder/gradle-view.git Adjust Gradle build variablesReview the contents of the Compile and build plugin distribution zipRun the following to create an installable plugin zip in ./gradlew clean distPlugin Install the plugin from disk with Compile and build a standalone jarA standalone Swing version that doesn't depend on IntelliJ can be built with: ./gradlew clean distStandalone This jar can then be run with: java -jar build/distributions/gradle-view-standalone.jar NOTE: This is not the same as the IntelliJ platform plugin zip. It cannot be installed in the IDE. LicenseThe Gradle View plugin is released under version 2.0 of the Apache License. See LICENSE file for more details. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论