Skip to content

Commit

Permalink
Create TestFile
Browse files Browse the repository at this point in the history
  • Loading branch information
PlatinPython authored Dec 26, 2023
1 parent c9df6ad commit d50a12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestFile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test

1 comment on commit d50a12b

@github-actions
Copy link

Choose a reason for hiding this comment

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

  • Publish PR to GitHub Packages
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 #4' // https://github.com/ForgeForce/gradle-actions-test/pull/4
        url 'https://prmaven.neoforged.net/gradle-actions-test/pr4'
        content {
            includeModule('com.example3', 'gradle-actions-test')
        }
    }
}

Please sign in to comment.