- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 688 for Oracle (0.04 sec)
-
.teamcity/.mvn/extensions.xml
~ See the License for the specific language governing permissions and ~ limitations under the License. --> <extensions> <extension> <groupId>com.gradle</groupId> <artifactId>develocity-maven-extension</artifactId> <version>1.22.2</version> </extension>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 09:50:46 UTC 2024 - 811 bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/archtest/PackageCyclesExtension.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.archtest import org.gradle.api.provider.ListProperty abstract class PackageCyclesExtension { abstract val excludePatterns: ListProperty<String>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 08 16:07:53 UTC 2022 - 790 bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/model/TypeContainer.java
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.source.model; import org.gradle.api.Action; public interface TypeContainer { void visitTypes(Action<TypeMetaData> action);
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 776 bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/BinaryCompatibilityHelper.groovy
import gradlebuild.binarycompatibility.rules.UpgradePropertiesRulePostProcess import gradlebuild.binarycompatibility.rules.UpgradePropertiesRuleSetup import japicmp.model.JApiChangeStatus import org.gradle.api.file.Directory import org.gradle.api.file.FileCollection class BinaryCompatibilityHelper { static setupJApiCmpRichReportRules( JapicmpTask japicmpTask, AcceptedApiChanges acceptedViolations,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jun 11 17:15:16 UTC 2024 - 6.5K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/model/ReleasedVersion.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.buildutils.model import org.gradle.util.GradleVersion data class ReleasedVersion(private val version: String, private val buildTime: String) { fun gradleVersion() = GradleVersion.version(version)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 842 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/SmokeTests.kt
name = "Smoke Tests with 3rd Party Plugins ($task) - ${testJava.version.name.toCapitalized()} Linux" description = "Smoke tests against third party plugins to see if they still work with the current Gradle version" tcParallelTests(splitNumber) requirements { // Smoke tests is usually heavy and the build time is twice on EC2 agents requiresNotEc2Agent() } applyTestDefaults(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 25 07:23:49 UTC 2024 - 1.2K bytes - Viewed (0) -
internal/logger/logrotate.go
Message: msg, Time: time.Now().UTC(), Trace: &log.Trace{Message: msg}, }) } if err := w.rotate(); err != nil { msg := fmt.Sprintf("unable to rotate log file %v: %v", w.f.Name(), err) stdErrEnc.Encode(&log.Entry{ Level: ErrorKind, Message: msg, Time: time.Now().UTC(), Trace: &log.Trace{Message: msg}, }) } } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5.8K bytes - Viewed (0) -
common/config/sass-lint.yml
# Raise an error if more than 50 warnings are generated max-warnings: 500 # Rule Configuration rules: attribute-quotes: - 2 - include: false bem-depth: 2 border-zero: 2 brace-style: 2 class-name-format: 2 clean-import-paths: 2 declarations-before-nesting: 2 empty-args: 2 empty-line-between-blocks: 2 extends-before-declarations: 2 extends-before-mixins: 2 final-newline: 2
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Sep 11 23:32:21 UTC 2019 - 2K bytes - Viewed (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild/pluginpublish/extension/PluginPublishExtension.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.pluginpublish.extension import org.gradle.plugin.devel.GradlePluginDevelopmentExtension abstract class PluginPublishExtension( private val gradlePlugin: GradlePluginDevelopmentExtension ) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Aug 08 14:54:27 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
if ( log.isTraceEnabled() ) { log.trace(req.toString()); log.trace(Hexdump.toHexString(this.sbuf, 4, n)); } this.out.write(this.sbuf, 0, 4 + n); this.out.flush(); log.trace("Wrote negotiate request"); return n; } /** * @throws SocketException
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)