Skip to content

Commit

Permalink
Add Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
CadenCCC committed Jun 26, 2024
1 parent 8a5213a commit d23ca53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ dependencies {
implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.7'
}

jar {
//noinspection GroovyAssignabilityCheck

manifest {
attributes "Universal-Authenticated": "9827e4a4-155a-4e77-9591-e46df8c2e8bb"
}
}

test {
useJUnitPlatform()
}

0 comments on commit d23ca53

Please sign in to comment.