- Sort Score
- Result 10 results
- Languages All
Results 11 - 15 of 15 for currentVersion (0.07 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy
new Gson().toJson(acceptanceJson, AcceptedApiChange, writer) } return stringWriter.toString() } String getCurrentVersion() { return context.getUserData().get("currentVersion") } private String relativePathToMainApiChanges() { if (null != mainApiChangesJsonFile && null != projectRootDir) { return projectRootDir.relativePath(mainApiChangesJsonFile)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 10.5K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/PublicAPIRulesTest.groovy
@Override String getClassName() { TEST_INTERFACE_NAME } @Override Map<String, ?> getUserData() { [ currentVersion: '11.38', (BinaryCompatibilityRepositorySetupRule.REPOSITORY_CONTEXT_KEY): repository ] } @Override <T> T getUserData(String key) {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jun 06 17:52:09 UTC 2025 - 16K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultLegacySupport.java
} } @Override public MavenSession getSession() { AtomicReference<MavenSession> currentSession = DefaultLegacySupport.SESSION.get(); return currentSession != null ? currentSession.get() : null; } @Override public RepositorySystemSession getRepositorySession() { MavenSession session = getSession();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/BuilderCommon.java
return executionPlan; } public void handleBuildError( final ReactorContext buildContext, final MavenSession rootSession, final MavenSession currentSession, final MavenProject mavenProject, Throwable t, final Instant buildStartTime) { // record the error and mark the project as failedRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 10.3K bytes - Viewed (0) -
api/go1.txt
pkg debug/macho, method (Symtab) Raw() []uint8 pkg debug/macho, type Cpu uint32 pkg debug/macho, type Dylib struct pkg debug/macho, type Dylib struct, CompatVersion uint32 pkg debug/macho, type Dylib struct, CurrentVersion uint32 pkg debug/macho, type Dylib struct, Name string pkg debug/macho, type Dylib struct, Time uint32 pkg debug/macho, type Dylib struct, embedded LoadBytes pkg debug/macho, type DylibCmd struct
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)