Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

fix intellij resetting the java version everytime you add a dependency

Add this to your pom.xml you can set to whatever java version you want in 
this example I used Java 14 as an example.

<properties>
    <maven.compiler.source>14</maven.compiler.source>
    <maven.compiler.target>14</maven.compiler.target>
</properties>

Comment

PREVIOUS NEXT
Code Example
Java :: delete row entity jpa java 
Java :: binomial heap implementation java 
Java :: Which of the following is an example of a Method reference? 
Java :: bloomreach get node via id 
Java :: get beginning and end of selected text in java 
Java :: javax big int validation in spring boot 
Java :: fail if condition not met in java if condition 
Java :: springboot endpoint body list 
Java :: java page setup 
Java :: ordenar mapa de forma descendente java 
Java :: circular roation continous in android 
Java :: make a string bean spring xml 
Java :: non access modifiers in java 
Java :: java.lang.IllegalMonitorStateException: object not locked by thread before wait() 
Java :: Java Intersection of Sets 
Java :: LayerRenderer 
Java :: Java remove element at position from array and shift 
Java :: data.sql not loading in springboot 
Java :: java binary search tree 
Java :: java recursion 
Java :: generic array creation java 
Java :: java if with string 
Java :: java final class 
Java :: how to add a number to the ascii value of a char in java 
Java :: Vowel or consonant in java using if else 
Java :: button height is not increase in android studio 
Java :: why does the ribbon dependency crush my app 
Sql :: mysql set max connections 
Sql :: how to install mysql ubuntu 
Sql :: check connections to database postgres 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =