Skip to content

Commit

Permalink
Update dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Dec 25, 2023
1 parent ccd9fde commit df6f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummy
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ff
f
fg
fd
ggf
ggff

1 comment on commit df6f58d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #1' // https://github.com/ForgeForce/gradle-actions-test/pull/1
        url 'https://prmaven.neoforged.net/gradle-actions-test/pr1'
        content {
            includeModule('com.example3', 'gradle-actions-test')
            includeModule('net.example', 'someartifact')
        }
    }
}

Please sign in to comment.