Skip to content

Remove log#51

Closed
roisindowling wants to merge 2 commits intomainfrom
removeLog
Closed

Remove log#51
roisindowling wants to merge 2 commits intomainfrom
removeLog

Conversation

@roisindowling
Copy link
Contributor

No description provided.

@daithihearn
Copy link
Member

Stale PR, looks like it was already committed

@daithihearn daithihearn closed this Mar 5, 2026
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

📦 Snapshot Published

org.vechain:indexer-core:pr.51.8ccd810-SNAPSHOT
Usage

Add the GitHub Packages repository to your build.gradle.kts:

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/vechain/indexer-core")
        credentials {
            username = findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
            password = findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
        }
    }
}

Then use the dependency:

implementation("org.vechain:indexer-core:pr.51.8ccd810-SNAPSHOT")

Note: Requires a GitHub PAT with read:packages scope in ~/.gradle/gradle.properties:

gpr.user=YOUR_GITHUB_USERNAME
gpr.key=ghp_YOUR_TOKEN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants