| Server IP : 209.209.40.120 / Your IP : 216.73.216.200 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/Android/Android Studio/plugins/gradle-java/lib/ |
Upload File : |
PK ��9�. . META-INF/plugin.xml<idea-plugin implementation-detail="true">
<name>Gradle-Java</name>
<!-- "org.jetbrains.plugins.gradle" id has been reused to avoid dependant plugins breakage-->
<id>org.jetbrains.plugins.gradle</id>
<version>241.18034.62.2411.12071903</version>
<idea-version since-build="241.18034.62" until-build="241.18034.62.*"/>
<description>
Plugin provides Java Gradle projects support
</description>
<vendor>JetBrains</vendor>
<depends>com.intellij.java</depends>
<depends>com.intellij.gradle</depends>
<module value="com.intellij.modules.gradle.java"/>
<module value="org.jetbrains.plugins.gradle.java"/>
<depends optional="true" config-file="gradle-maven-integration.xml">org.jetbrains.idea.maven</depends>
<depends optional="true" config-file="gradle-coverage-integration.xml">Coverage</depends>
<depends optional="true" config-file="gradle-groovy-integration.xml">org.intellij.groovy</depends>
<depends optional="true" config-file="gradle-properties-integration.xml">com.intellij.properties</depends>
<depends optional="true" config-file="gradle-toml-integration.xml">org.toml.lang</depends>
<depends optional="true" config-file="gradle-performance-plugin-support.xml">com.jetbrains.performancePlugin</depends>
<resource-bundle>messages.GradleInspectionBundle</resource-bundle>
<extensionPoints>
<extensionPoint name="frameworkSupport" interface="org.jetbrains.plugins.gradle.frameworkSupport.GradleFrameworkSupportProvider"
dynamic="true"/>
<extensionPoint name="kotlinDslFrameworkSupport" interface="org.jetbrains.plugins.gradle.frameworkSupport.KotlinDslGradleFrameworkSupportProvider"
dynamic="true"/>
<extensionPoint name="buildTasksProvider" interface="org.jetbrains.plugins.gradle.execution.build.GradleBuildTasksProvider"
dynamic="true"/>
<extensionPoint name="testTasksProvider" interface="org.jetbrains.plugins.gradle.execution.test.runner.GradleTestTasksProvider"
dynamic="true"/>
<extensionPoint name="externallyHandledExtensions" interface="org.jetbrains.plugins.gradle.service.resolve.GradleVersionCatalogHandler"
dynamic="true"/>
<extensionPoint name="dslInspectionProvider" beanClass="com.intellij.lang.LanguageExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="org.jetbrains.plugins.gradle.codeInspection.GradleDslInspectionProvider"/>
</extensionPoint>
<extensionPoint name="initScriptGenerator" interface="org.jetbrains.plugins.gradle.execution.build.GradleInitScriptGenerator"
dynamic="true"/>
</extensionPoints>
<extensions defaultExtensionNs="org.jetbrains.plugins.gradle">
<projectResolve implementation="org.jetbrains.plugins.gradle.service.project.JavaGradleProjectResolver"/>
<projectResolve implementation="org.jetbrains.plugins.gradle.service.project.MavenRepositoriesProjectResolver"/>
<projectResolve implementation="org.jetbrains.plugins.gradle.service.project.JarTaskManifestResolver"/>
<executionEnvironmentProvider implementation="org.jetbrains.plugins.gradle.execution.build.GradleApplicationEnvironmentProvider"/>
<settingsControlProvider implementation="org.jetbrains.plugins.gradle.service.settings.JavaGradleSettingsControlProvider"/>
<frameworkSupport implementation="org.jetbrains.plugins.gradle.frameworkSupport.GradleJavaFrameworkSupportProvider"/>
<kotlinDslFrameworkSupport implementation="org.jetbrains.plugins.gradle.frameworkSupport.KotlinDslGradleJavaFrameworkSupportProvider" />
<targetEnvironmentAware implementation="org.jetbrains.plugins.gradle.execution.target.GradleServerDebugAware" />
<taskResultListener implementation="org.jetbrains.plugins.gradle.service.GradleProjectOutputsUpdater"/>
</extensions>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceInterface="org.jetbrains.plugins.gradle.GradleIdeManager"
serviceImplementation="org.jetbrains.plugins.gradle.GradleJavaIdeManager"/>
<treeStructureProvider implementation="org.jetbrains.plugins.gradle.projectView.GradleTreeStructureProvider" order="last"/>
<compileServer.plugin classpath="gradle-jps.jar"/>
<postStartupActivity implementation="org.jetbrains.plugins.gradle.startup.GradleJvmStartupActivity"/>
<projectTaskRunner implementation="org.jetbrains.plugins.gradle.execution.build.GradleProjectTaskRunner" id="gradle" order="first"/>
<buildProcess.parametersProvider implementation="org.jetbrains.plugins.gradle.compiler.GradleBuildProcessParametersProvider"/>
<externalSystemNotificationExtension implementation="org.jetbrains.plugins.gradle.service.notification.GradleNotificationJavaExtension"/>
<externalSystem.debuggerBackend implementation="org.jetbrains.plugins.gradle.service.debugger.GradleJvmDebuggerBackend" />
<externalProjectDataService implementation="org.jetbrains.plugins.gradle.service.project.data.BuildClasspathModuleGradleDataService"/>
<projectService serviceImplementation="org.jetbrains.plugins.gradle.service.GradleBuildClasspathManager"/>
<compiler.updateResourcesBuildContributor
implementation="org.jetbrains.plugins.gradle.execution.build.GradleUpdateResourcesBuildContributor"/>
<projectService serviceImplementation="org.jetbrains.plugins.gradle.config.GradleResourceCompilerConfigurationGenerator"/>
<compiler.task execute="BEFORE" implementation="org.jetbrains.plugins.gradle.config.GradleResourceConfigurationGeneratorCompileTask"/>
<attachSourcesProvider implementation="org.jetbrains.plugins.gradle.util.GradleAttachSourcesProvider"/>
<projectImportProvider implementation="org.jetbrains.plugins.gradle.service.project.wizard.JavaGradleProjectImportProvider"/>
<defender.config implementation="org.jetbrains.plugins.gradle.util.GradleWindowsDefenderCheckerExt"/>
<!--Gradle Test Runner-->
<testActionProvider implementation="org.jetbrains.plugins.gradle.execution.test.runner.OpenGradleTestResultActionProvider"/>
<externalSystemExecutionConsoleManager
implementation="org.jetbrains.plugins.gradle.execution.test.runner.GradleTestsExecutionConsoleManager" id="gradleTest" order="before gradle"/>
<runConfigurationProducer implementation="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer"
order="last"/>
<runConfigurationProducer implementation="org.jetbrains.plugins.gradle.execution.test.runner.AllInDirectoryGradleConfigurationProducer"
order="last"/>
<runConfigurationProducer implementation="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer"
order="last"/>
<runConfigurationProducer implementation="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer"
order="last"/>
<runConfigurationProducer implementation="org.jetbrains.plugins.gradle.execution.test.runner.PatternGradleConfigurationProducer"
order="last"/>
<externalProjectDataService implementation="org.jetbrains.plugins.gradle.service.project.data.ExternalAnnotationsDataService"/>
<externalProjectDataService implementation="org.jetbrains.plugins.gradle.service.project.data.ExternalAnnotationsModuleLibrariesService"/>
<externalProjectDataService implementation="org.jetbrains.plugins.gradle.service.project.data.MavenRepositoriesDataService"/>
<externalProjectDataService implementation="org.jetbrains.plugins.gradle.service.project.data.AnnotationProcessingDataService"/>
<documentation.documentationDownloader
implementation="org.jetbrains.plugins.gradle.codeInsight.documentation.GradleDocumentationDownloader"/>
<starter.moduleImporter implementation="org.jetbrains.plugins.gradle.starters.GradleStarterModuleImporter"/>
<statistics.counterUsagesCollector implementationClass="org.jetbrains.plugins.gradle.service.project.wizard.statistics.GradleNewProjectWizardCollector"/>
<statistics.validation.customValidationRule implementation="org.jetbrains.plugins.gradle.service.project.wizard.statistics.GradleVersionValidationRule"/>
<dependencyCollector kind="java" implementation="org.jetbrains.plugins.gradle.service.project.GradleDependencyCollector"/>
<externalSystemTaskNotificationListener implementation="org.jetbrains.plugins.gradle.service.project.GradleDependencyUpdater"/>
<newProjectWizard.java.buildSystem implementation="org.jetbrains.plugins.gradle.service.project.wizard.GradleJavaNewProjectWizard"/>
<statistics.counterUsagesCollector implementationClass="com.intellij.openapi.externalSystem.statistics.ExternalSystemSyncActionsCollector"/>
<registryKey key="gradle.execution.target.server.debug.port" defaultValue="-1"
description="Specifies port at which Gradle target server process will wait for debugger connections. -1 means disabled feature."/>
<registryKey key="gradle.refresh.project.outputs" defaultValue="true"
description="After a Gradle task, do a shallow refresh of modules outputs in VFS"/>
<localInspection language="UAST" groupPath="Gradle" shortName="ConfigurationAvoidance"
bundle="messages.GradleInspectionBundle"
key="inspection.display.name.configuration.avoidance" groupKey="inspection.best.practises" groupBundle="messages.GradleInspectionBundle"
enabledByDefault="true" level="WARNING"
implementationClass="org.jetbrains.plugins.gradle.codeInspection.GradleConfigurationAvoidanceInspection"/>
<localInspection language="UAST" groupPath="Gradle" shortName="DependencyNotationArgument"
bundle="messages.GradleInspectionBundle"
key="inspection.display.name.unrecognized.dependency.notation" groupKey="group.names.probable.bugs" groupBundle="messages.InspectionsBundle"
enabledByDefault="true" level="WARNING"
implementationClass="org.jetbrains.plugins.gradle.codeInspection.GradleIncorrectDependencyNotationArgumentInspection"/>
<localInspection language="UAST" groupPath="Gradle" shortName="ForeignDelegate"
bundle="messages.GradleInspectionBundle"
key="inspection.display.name.foreign.delegate" groupKey="group.names.probable.bugs" groupBundle="messages.InspectionsBundle"
enabledByDefault="true" level="WEAK WARNING"
implementationClass="org.jetbrains.plugins.gradle.codeInspection.GradleForeignDelegateInspection"/>
<localInspection language="UAST" groupPath="Gradle" shortName="IncorrectPluginDslStructure"
bundle="messages.GradleInspectionBundle"
key="inspection.display.name.incorrect.plugin.dsl.structure" groupKey="inspection.validity" groupBundle="messages.GradleInspectionBundle"
enabledByDefault="true" level="ERROR"
implementationClass="org.jetbrains.plugins.gradle.codeInspection.GradlePluginDslStructureInspection"/>
<localInspection language="UAST" groupPath="Gradle" shortName="DeprecatedConfigurations"
bundle="messages.GradleInspectionBundle"
key="inspection.display.name.deprecated.configurations" groupKey="inspection.validity" groupBundle="messages.GradleInspectionBundle"
enabledByDefault="true" level="WARNING"
implementationClass="org.jetbrains.plugins.gradle.codeInspection.GradleDeprecatedConfigurationInspection"/>
</extensions>
</idea-plugin>
PK �o� * messages/GradleInspectionBundle.properties#
# Copyright 2000-2013 JetBrains s.r.o.
# Licensed 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.
#
########################################################################################################################
#
########################################################################################################################
gradle.build.script.with.name=<b>Gradle</b> build script ({0})
gradle.build.script=<b>Gradle</b> build script (*.gradle)
gradle.buildscript.search.scope=Gradle Build scripts
gradle.version.catalog.search.scope=Gradle Build scripts and Version catalogs
dialog.message.can.t.create.configuration.file=Can''t create configuration file ''{0}''
dialog.message.configuration.file.directory=Configuration file is a directory ''{0}''
dialog.message.generate.scripts.error=Unable to generate Gradle scripts
dialog.title.cannot.use.specified.jre=Cannot use specified JRE
inspection.best.practises=Best practises
inspection.style=Style
inspection.validity=Validity issues
multiple.repository.urls=Multiple repository urls
multiple.repository.urls.fix.name=Replace multiple repository urls with separate repository blocks
bintray.publishing.plugin=Bintray publishing plugin may stop working on May 1st, 2021
jcenter.repository=Builds will no longer be able to resolve artifacts from JCenter after February 1st, 2022
inspection.display.name.unrecognized.dependency.notation=Unrecognized dependency notation
inspection.display.name.incorrect.plugin.dsl.structure=Plugin DSL structure
inspection.display.name.configuration.avoidance=Configuration avoidance
inspection.display.name.deprecated.configurations=Deprecated configurations
inspection.display.name.dependency.notation.required=Configuration call should not be empty
inspection.display.name.foreign.delegate=Possibly misplaced call to Gradle method
inspection.display.name.label.0.is.required=Label ''{0}'' is required
inspection.display.name.expected.3.parts.separated.by.colon=Dependency notation should consist of 3 blocks separated by ':'
inspection.display.name.unused.version.catalog.entry=Unused version catalog entry
inspection.message.consider.using.0.to.utilize.lazy.behavior=Consider using ''{0}'' to avoid unnecessary configuration
inspection.message.0.requires.ordering=''{0}'' requires a specific ordering of project evaluation
inspection.message.only.method.calls.to.id.alias.are.available.in.plugins.block=Only method calls to 'id' and 'alias' are available in 'plugins' block
inspection.message.0.defined.by.1.but.used.within.2=''{0}'' is defined by ''{1}'' but used within ''{2}''
intention.name.add.configure.each=Add 'configureEach'
intention.name.use.tasks.register=Use 'tasks.register'
inspection.message.incorrect.buildscript.structure=Only 'buildscript', 'pluginManagement', and 'plugins' are allowed before 'plugins'
inspection.message.configuration.is.deprecated=Configuration method ''{0}'' is deprecated
inspection.message.unused.dependency.descriptor=Dependency alias ''{0}'' is not used in build scripts
inspection.message.unused.plugin.descriptor=Plugin alias ''{0}'' is not used in build scripts
inspection.message.unused.version.reference.descriptor=Version reference ''{0}'' is not used in build scripts
inspection.message.unused.bundle.reference.descriptor=Bundle reference ''{0}'' is not used in build scripts
traffic.light.inspections.disabled=Type checking inspections are disabled
traffic.light.inspections.disabled.description=Gradle project was imported with an error, highlighting in build scripts is postponed
element.description.version.catalog.alias=Version catalog alias ''{0}''
PK �K� � 8 org/jetbrains/plugins/gradle/config/GradleFileType.class��� = � 2org/jetbrains/plugins/gradle/config/GradleFileType /com/intellij/openapi/fileTypes/LanguageFileType 2org/jetbrains/plugins/groovy/GroovyEnabledFileType <init> ()V +org/jetbrains/plugins/groovy/GroovyLanguage INSTANCE -Lorg/jetbrains/plugins/groovy/GroovyLanguage;
com/intellij/lang/Language (Lcom/intellij/lang/Language;Z)V
this 4Lorg/jetbrains/plugins/gradle/config/GradleFileType; getIcon ()Ljavax/swing/Icon; #Lorg/jetbrains/annotations/NotNull; icons/GradleIcons
GradleFile Ljavax/swing/Icon; kotlin/jvm/internal/Intrinsics checkNotNullExpressionValue '(Ljava/lang/Object;Ljava/lang/String;)V "