Skip to content

Commit

Permalink
Fix GPL violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Nov 7, 2024
1 parent 8dcf0b3 commit b3a514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ext.appendDebugPathToBinaries = { binaries ->
}
}

def licenseFile = file("$rootDir/LICENCE")
def licenseFile = file("$rootDir/LICENSE")

// Create ZIP tasks for each component.
ext.createComponentZipTasks = { components, names, base, type, project, func ->
Expand Down

0 comments on commit b3a514a

Please sign in to comment.