mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-19 01:58:02 +03:00
391bd5d627
SSE4.2's crc32 is actually crc32c - removed crc32.*
13 lines
180 B
Groovy
13 lines
180 B
Groovy
apply plugin: 'java'
|
|
|
|
sourceCompatibility = '1.7'
|
|
targetCompatibility = '1.7'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testCompile "junit:junit:4.12"
|
|
}
|