mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-04 02:55:50 +03:00
5 lines
82 B
Groovy
5 lines
82 B
Groovy
|
apply plugin: 'java'
|
||
|
|
||
|
sourceCompatibility = '1.7'
|
||
|
targetCompatibility = '1.7'
|