-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Bhushan Gaikwad edited this page Aug 8, 2021
·
2 revisions
-
If you just need to install this plugin then you could install it from official Jetbrains Plugin Store from here
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "PHPStorm-Theme" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Gradle runs on all major operating systems and requires only a Java Development Kit version 8 or higher to run. To check, run java -version. You should see something like this:
$java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
$./gradlew build
The generated target files are located in build/libs.