- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for IntelliJ (0.03 sec)
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml
<module name="RegexpSingleline"> <property name="format" value="File \| Settings \| File Templates"/> </module> <module name="RegexpSingleline"> <property name="format" value="Created with IntelliJ IDEA"/> </module> <module name="RegexpSingleline"> <property name="format" value="^\s*\*\s*@author"/> </module>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 10:24:25 UTC 2025 - 6.6K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
import org.gradle.testkit.runner.GradleRunner import org.gradle.testkit.runner.UnexpectedBuildFailure import org.hamcrest.Matcher import org.hamcrest.MatcherAssert.assertThat import org.hamcrest.Matchers import org.intellij.lang.annotations.Language import org.junit.Assert.assertFalse import org.junit.Assert.assertTrue import org.junit.Rule import org.junit.rules.TemporaryFolder import java.io.File import java.nio.file.Files
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 18K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val slf4jSimple = "org.slf4j:slf4j-simple" val snakeyaml = "org.yaml:snakeyaml" val testng = "org.testng:testng" val tomlj = "org.tomlj:tomlj" val trove4j = "org.jetbrains.intellij.deps:trove4j" val xbeanReflect = "org.apache.xbean:xbean-reflect" // Compile only dependencies (dynamically downloaded if needed) val maven3Compat = "org.apache.maven:maven-compat"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:45:52 UTC 2025 - 15.9K bytes - Viewed (0) -
pom.xml
</exclusion> <exclusion> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> </exclusion> <exclusion> <groupId>com.intellij</groupId> <artifactId>annotations</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>msal4j</artifactId>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0)